Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
6
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.16.5 to 7.16.7

2

lib/index.js

@@ -42,3 +42,3 @@ "use strict";

const version = "7.16.5".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const version = "7.16.7".split(".").reduce((v, x) => v * 1e5 + +x, 0);
const versionKey = "@babel/plugin-class-features/version";

@@ -45,0 +45,0 @@

{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.16.5",
"version": "7.16.7",
"author": "The Babel Team (https://babel.dev/team)",

@@ -21,9 +21,9 @@ "license": "MIT",

"dependencies": {
"@babel/helper-annotate-as-pure": "^7.16.0",
"@babel/helper-environment-visitor": "^7.16.5",
"@babel/helper-function-name": "^7.16.0",
"@babel/helper-member-expression-to-functions": "^7.16.5",
"@babel/helper-optimise-call-expression": "^7.16.0",
"@babel/helper-replace-supers": "^7.16.5",
"@babel/helper-split-export-declaration": "^7.16.0"
"@babel/helper-annotate-as-pure": "^7.16.7",
"@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-member-expression-to-functions": "^7.16.7",
"@babel/helper-optimise-call-expression": "^7.16.7",
"@babel/helper-replace-supers": "^7.16.7",
"@babel/helper-split-export-declaration": "^7.16.7"
},

@@ -34,6 +34,6 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/helper-plugin-test-runner": "^7.16.5",
"@babel/core": "^7.16.7",
"@babel/helper-plugin-test-runner": "^7.16.7",
"@babel/plugin-syntax-class-static-block": "^7.14.5",
"@babel/preset-env": "^7.16.5"
"@babel/preset-env": "^7.16.7"
},

@@ -40,0 +40,0 @@ "engines": {

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