Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "seajs-amd", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "cd lib && rm -rf sea.js && cd .. && webpack --mode production --config webpack.config.js" |
export default interface seajs { | ||
use(ids: Array<string>, callback?: Function): seajs | ||
use(ids: string, callback?: Function): seajs | ||
} | ||
@@ -4,0 +5,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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26122
18
2