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

babel-plugin-transform-pattern-matching

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-pattern-matching - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

README.md

20

package.json
{
"name": "babel-plugin-transform-pattern-matching",
"version": "0.0.2",
"version": "0.0.3",
"description": "transform pattern mathing",

@@ -17,5 +17,3 @@ "main": "index.js",

"clean": "rm -rf __tests__ *.js *.map",
"build": "npm run clean && babel src --source-maps --out-dir .",
"build.prod": "NODE_ENV=production npm run build",
"build.dev": "NODE_ENV=development npm run build -- --watch",
"build": "npm run clean && babel src --source-maps --out-dir dist",
"lint": "flow check && echo 'eslint src disabled: babel 6 plugin not ready'",

@@ -49,11 +47,11 @@ "test": "npm run lint && mocha",

"devDependencies": {
"babel-cli": "^6.1.2",
"babel-core": "^6.1.2",
"babel-plugin-syntax-flow": "^6.0.14",
"babel-plugin-transform-flow-strip-types": "^6.0.14",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"glob": "^5.0.15",
"babel-cli": "^6.1.18",
"babel-core": "^6.1.21",
"babel-plugin-syntax-flow": "^6.1.18",
"babel-plugin-transform-flow-strip-types": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"glob": "^6.0.1",
"mocha": "^2.3.3"
}
}
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