Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "seajs-amd", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "cd lib && rm -rf sea.js && cd .. && webpack --mode production --config webpack.config.js" |
@@ -1,6 +0,7 @@ | ||
export default interface seajs { | ||
use(ids: Array<string>, callback?: Function): seajs | ||
use(ids: string, callback?: Function): seajs | ||
declare namespace seajs { | ||
function use(ids: Array<string>, callback?: Function): any | ||
function use(ids: string, callback?: Function): any | ||
} | ||
export default seajs | ||
@@ -7,0 +8,0 @@ export function define(id: string, factory?: Function) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
19
1
12428
5