🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@babel/plugin-transform-object-super

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-object-super - npm Package Compare versions

Comparing version

to
8.0.0-alpha.16

2

lib/index.js

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

var index = declare(api => {
api.assertVersion("8.0.0-alpha.15");
api.assertVersion("8.0.0-alpha.16");
const newLets = new Set();

@@ -17,0 +17,0 @@ return {

{
"name": "@babel/plugin-transform-object-super",
"version": "8.0.0-alpha.15",
"version": "8.0.0-alpha.16",
"description": "Compile ES2015 object super to ES5",

@@ -20,11 +20,11 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.15",
"@babel/helper-replace-supers": "^8.0.0-alpha.15"
"@babel/helper-plugin-utils": "^8.0.0-alpha.16",
"@babel/helper-replace-supers": "^8.0.0-alpha.16"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.15"
"@babel/core": "^8.0.0-alpha.16"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.15",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.15"
"@babel/core": "^8.0.0-alpha.16",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.16"
},

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