Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@buffetjs/utils

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buffetjs/utils - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2-next.0

babel.config.js

66

package.json
{
"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"
}
dist/createYupSchema.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc