New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ezpz

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ezpz - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.babelrc

45

package.json
{
"name": "ezpz",
"version": "0.0.1",
"description": "Easy build system",
"main": "index.js",
"version": "1.0.0",
"description": "stylesheet helper",
"main": "build/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node scripts/build.js",
"test": "jest",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"author": "Bill Columbia",
"license": "MIT"
"repository": {
"type": "git",
"url": "https://github.com/lazopm/peitho"
},
"author": "Pablo Lazo <lazopm@gmail.com> (lazopm.com)",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.5.1",
"babel-preset-stage-3": "^6.24.1",
"coveralls": "^2.13.1",
"jest": "^20.0.4",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"uglify-es": "^3.0.15"
},
"jest": {
"verbose": true,
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.js"
],
"coveragePathIgnorePatterns": [
"src/main.js"
]
},
"dependencies": {
"lodash.memoize": "^4.1.2"
}
}
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