Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-classes

Package Overview
Dependencies
59
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5

4

lib/index.js

@@ -170,3 +170,3 @@ import { declare } from '@babel/helper-plugin-utils';

const node = path.node;
if (path.isClassProperty()) {
if (path.isClassProperty() || path.isClassPrivateProperty()) {
throw path.buildCodeFrameError("Missing class properties transform.");

@@ -568,3 +568,3 @@ }

var index = declare((api, options) => {
api.assertVersion(7);
api.assertVersion("8.0.0-alpha.5");
const {

@@ -571,0 +571,0 @@ loose = false

{
"name": "@babel/plugin-transform-classes",
"version": "8.0.0-alpha.4",
"version": "8.0.0-alpha.5",
"description": "Compile ES2015 classes to ES5",

@@ -17,10 +17,10 @@ "repository": {

"dependencies": {
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.4",
"@babel/helper-compilation-targets": "^8.0.0-alpha.4",
"@babel/helper-environment-visitor": "^8.0.0-alpha.4",
"@babel/helper-function-name": "^8.0.0-alpha.4",
"@babel/helper-optimise-call-expression": "^8.0.0-alpha.4",
"@babel/helper-plugin-utils": "^8.0.0-alpha.4",
"@babel/helper-replace-supers": "^8.0.0-alpha.4",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.4",
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.5",
"@babel/helper-compilation-targets": "^8.0.0-alpha.5",
"@babel/helper-environment-visitor": "^8.0.0-alpha.5",
"@babel/helper-function-name": "^8.0.0-alpha.5",
"@babel/helper-optimise-call-expression": "^8.0.0-alpha.5",
"@babel/helper-plugin-utils": "^8.0.0-alpha.5",
"@babel/helper-replace-supers": "^8.0.0-alpha.5",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.5",
"globals": "^13.5.0"

@@ -32,8 +32,8 @@ },

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.4"
"@babel/core": "^8.0.0-alpha.5"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.4",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.4",
"@babel/traverse": "^8.0.0-alpha.4"
"@babel/core": "^8.0.0-alpha.5",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.5",
"@babel/traverse": "^8.0.0-alpha.5"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc