New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 0.0.7

11

package.json
{
"name": "babel-plugin-transform-pattern-matching",
"version": "0.0.6",
"version": "0.0.7",
"description": "transform pattern mathing",
"main": "index.js",
"scripts": {
"postinstall": "cp -f conf/git-hooks/* .git/hooks || exit 0",
"preversion": "git checkout master && git pull origin master && npm test && npm run build",
"postversion": "git push origin master --tags && npm publish",
"preversion": "git pull && npm test && npm run build",
"postversion": "git push && git push --tags && npm publish",
"precommit": "npm test",
"update": "ncu -ua && npm install",
"release-patch": "npm version patch",
"release-minor": "npm version minor",
"release-major": "npm version major",
"clean": "rm -rf __tests__ plugin *.js *.map",

@@ -15,0 +12,0 @@ "build": "npm run clean && babel src --source-maps --out-dir .",

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