Comparing version 1.0.1 to 1.0.2
@@ -1,7 +0,2 @@ | ||
import {init,getOptions} from './libs/load.mjs' | ||
console.log("start"); | ||
const forExport = {} | ||
forExport.init = init | ||
forExport.getOptions = getOptions | ||
export default forExport | ||
import {default as load} from './libs/load.js' | ||
export default load |
{ | ||
"name": "cem", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -19,3 +19,10 @@ "description": "Helpers for Crypto Emergency", | ||
}, | ||
"homepage": "https://github.com/Betarost/CEM#readme" | ||
"homepage": "https://github.com/Betarost/CEM#readme", | ||
"devDependencies": { | ||
"webpack": "^5.74.0", | ||
"webpack-dev-server": "^4.10.0" | ||
}, | ||
"dependencies": { | ||
"path": "^0.12.7" | ||
} | ||
} |
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
4616
5
130
1
2
+ Addedpath@^0.12.7
+ Addedinherits@2.0.3(transitive)
+ Addedpath@0.12.7(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedutil@0.10.4(transitive)