Socket
Socket
Sign inDemoInstall

@babel/helper-create-class-features-plugin

Package Overview
Dependencies
Maintainers
5
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-create-class-features-plugin - npm Package Compare versions

Comparing version 7.10.0 to 7.10.1

26

package.json
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.10.0",
"version": "7.10.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-create-class-features-plugin",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-create-class-features-plugin"
},
"main": "lib/index.js",

@@ -17,8 +21,8 @@ "publishConfig": {

"dependencies": {
"@babel/helper-function-name": "^7.9.5",
"@babel/helper-member-expression-to-functions": "^7.10.0",
"@babel/helper-optimise-call-expression": "^7.10.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.10.0",
"@babel/helper-split-export-declaration": "^7.8.3"
"@babel/helper-function-name": "^7.10.1",
"@babel/helper-member-expression-to-functions": "^7.10.1",
"@babel/helper-optimise-call-expression": "^7.10.1",
"@babel/helper-plugin-utils": "^7.10.1",
"@babel/helper-replace-supers": "^7.10.1",
"@babel/helper-split-export-declaration": "^7.10.1"
},

@@ -29,6 +33,6 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
"@babel/core": "^7.10.1",
"@babel/helper-plugin-test-runner": "^7.10.1"
},
"gitHead": "5da2440adff6f25579fb6e9a018062291c89416f"
"gitHead": "88f57a7ea659d25232bf62de1efceb5d6299b8cf"
}
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