-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add elykia elykia-img elykia-video #323
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,9 @@ | |
"@douyinfe", | ||
"@eggjs", | ||
"@electron", | ||
"@elykia", | ||
"@elykia-img", | ||
"@elykia-video", | ||
"@emotion", | ||
"@ephox", | ||
"@esbuild-plugins", | ||
|
@@ -5245,6 +5248,15 @@ | |
"elliptic": { | ||
"version": "*" | ||
}, | ||
"elykia": { | ||
"version": "*" | ||
}, | ||
"elykia-img": { | ||
"version": "*" | ||
}, | ||
"elykia-video": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
"version": "*" | ||
}, | ||
Comment on lines
+5251
to
+5259
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Consider restricting version ranges The packages are added with wildcard versions (*). Consider restricting to specific version ranges to prevent potential security issues from untrusted versions. - "elykia": {
- "version": "*"
- },
- "elykia-img": {
- "version": "*"
- },
- "elykia-video": {
- "version": "*"
- },
+ "elykia": {
+ "version": "^1.0.0"
+ },
+ "elykia-img": {
+ "version": "^1.0.0"
+ },
+ "elykia-video": {
+ "version": "^1.0.0"
+ },
|
||
"emailjs": { | ||
"version": "*" | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Security Concern: Recently Published Packages with Large Sizes
These packages raise several red flags:
Recommend:
🔗 Analysis chain
Verify new @Elykia scopes
The new scopes follow the correct alphabetical order and format, but please verify these are legitimate and trusted package scopes before allowing them in the whitelist.
Let me try a different approach to verify these packages.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 905
Script:
Length of output: 1877