i18next-fs-backend
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "i18next-fs-backend", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"private": false, | ||
@@ -57,5 +57,5 @@ "type": "module", | ||
"copy:yaml": "cp node_modules/js-yaml/dist/js-yaml.min.js lib/formats/yaml.js", | ||
"postinstall": "rm -rf lib/formats && mkdir lib/formats && npm run copy:json5 && npm run copy:yaml", | ||
"copy": "rm -rf lib/formats && mkdir lib/formats && npm run copy:json5 && npm run copy:yaml", | ||
"lint": "eslint .", | ||
"compile": "rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/fs.cjs cjs/fs.cjs", | ||
"compile": "npm run copy && rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/fs.cjs cjs/fs.cjs", | ||
"build": "npm run compile", | ||
@@ -62,0 +62,0 @@ "test": "npm run lint && npm run build && mocha test -R spec --exit --experimental-modules", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
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
238149
0
6