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

@babel/plugin-transform-shorthand-properties

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-shorthand-properties - npm Package Compare versions

Comparing version

to
8.0.0-alpha.14

2

lib/index.js

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

var index = declare(api => {
api.assertVersion("8.0.0-alpha.13");
api.assertVersion("8.0.0-alpha.14");
return {

@@ -8,0 +8,0 @@ name: "transform-shorthand-properties",

{
"name": "@babel/plugin-transform-shorthand-properties",
"version": "8.0.0-alpha.13",
"version": "8.0.0-alpha.14",
"description": "Compile ES2015 shorthand properties to ES5",

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

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.13"
"@babel/helper-plugin-utils": "^8.0.0-alpha.14"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.13"
"@babel/core": "^8.0.0-alpha.14"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.13",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.13"
"@babel/core": "^8.0.0-alpha.14",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14"
},

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