@buffetjs/utils
Advanced tools
Comparing version 3.2.1 to 3.2.2-next.0
{ | ||
"name": "@buffetjs/utils", | ||
"version": "3.2.1", | ||
"version": "3.2.2-next.0", | ||
"description": "Buffetjs Utils", | ||
"main": "dist/index.js", | ||
"module": "src/index.js", | ||
"files": [ | ||
"dist/*" | ||
"main": "build", | ||
"module": "build/esm/index.js", | ||
"bundlesize": [ | ||
{ | ||
"path": "build/bundle.production.js" | ||
} | ||
], | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production rimraf dist && babel --config-file ../../.babelrc src --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests", | ||
"lint": "eslint --c ../../.eslintrc src", | ||
"prepublishOnly": "npm run build", | ||
"watch": "cross-env NODE_ENV=development && babel --config-file ../../.babelrc src --watch --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests" | ||
"prebuild": "rimraf build", | ||
"build": "yarn build:development && yarn build:production && yarn build:esm", | ||
"build:analyze": "cross-env NODE_ENV=production webpack-cli --json > build/stats.production.json && webpack-bundle-analyzer build/stats.production.json", | ||
"build:development": "cross-env NODE_ENV=development webpack-cli", | ||
"build:esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./build/esm --ignore \"**/*.test.js\" --ignore \"**/test.js\"", | ||
"build:production": "cross-env NODE_ENV=production APP_ENV=production webpack-cli", | ||
"build:watch": "cross-env NODE_ENV=development APP_ENV=development webpack-cli -w", | ||
"test": "yarn run test:lint", | ||
"test:lint": "eslint .", | ||
"test:lint:quiet": "eslint . --quiet", | ||
"lint:fix": "eslint . --fix", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -19,10 +29,40 @@ "author": "Strapi team", | ||
"dependencies": { | ||
"lodash": "^4.17.15", | ||
"yup": "^0.27.0" | ||
}, | ||
"devDependencies": { | ||
"jest-styled-components": "^7.0.0", | ||
"lodash": "^4.17.15" | ||
"@babel/core": "^7.1.6", | ||
"@babel/plugin-proposal-class-properties": "^7.1.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.0.0", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0", | ||
"@babel/plugin-transform-flow-strip-types": "^7.1.6", | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^23.6.0", | ||
"babel-loader": "^8.0.4", | ||
"babel-plugin-module-resolver": "3.0.0", | ||
"bundlesize": "^0.17.0", | ||
"cross-env": "^5.1.4", | ||
"eslint": "^7.5.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-import-resolver-lerna": "^1.1.0", | ||
"eslint-import-resolver-webpack": "^0.12.2", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.19.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react": "^7.20.5", | ||
"rimraf": "^3.0.2", | ||
"url-loader": "^1.0.1", | ||
"webpack": "~4.44.0", | ||
"webpack-bundle-analyzer": "^3.8.0", | ||
"webpack-cli": "~3.3.12" | ||
}, | ||
"peerDependencies": { | ||
"lodash": "^4.17.15" | ||
"lodash": "^4.17.15", | ||
"yup": "^0.27.0" | ||
}, | ||
@@ -33,3 +73,3 @@ "repository": { | ||
}, | ||
"gitHead": "bde769f980b1385b707e443dcca49585b7cbe0c0" | ||
"gitHead": "1e8323f38e59122c3e3a4a6e0c872b3d66b270e8" | ||
} |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23572
11
350
4
30
3
1
6
+ Addedlodash@^4.17.15