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

parameter

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parameter - npm Package Compare versions

Comparing version 3.3.1 to 3.4.0

index.es5.js

6

History.md
3.4.0 / 2018-10-30
==================
**features**
* [[`abcd739`](http://github.com/node-modules/parameter/commit/abcd739cd24133205e1f0c34e2d2a4adbf7be921)] - feat: support es5 with babel (#56) (Angela <<idu.angela@gmail.com>>)
3.3.1 / 2018-10-09

@@ -3,0 +9,0 @@ ==================

15

package.json
{
"name": "parameter",
"version": "3.3.1",
"version": "3.4.0",
"description": "A parameter verify tools.",
"main": "index.js",
"module": "index.es5.js",
"files": [
"index.js"
"index.js",
"index.es5.js"
],

@@ -13,6 +15,9 @@ "scripts": {

"ci": "npm run cov",
"build:es5": "babel index.js --presets babel-preset-es2015 -o index.es5.js",
"prepublish": "npm run build:es5",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"beautify-benchmark": "0",

@@ -22,4 +27,4 @@ "benchmark": "*",

"mocha": "*",
"should": "*",
"semantic-release": "^6.3.6"
"semantic-release": "^6.3.6",
"should": "*"
},

@@ -26,0 +31,0 @@ "repository": {

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