Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-computed-properties

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.20.7 to 7.21.4-esm

lib/package.json

2

lib/index.js

@@ -41,3 +41,2 @@ "use strict";

}
function getValue(prop) {

@@ -117,3 +116,2 @@ if (_core.types.isObjectProperty(prop)) {

if (!hasComputed) return;
const initProps = [];

@@ -120,0 +118,0 @@ const computedProps = [];

{
"name": "@babel/plugin-transform-computed-properties",
"version": "7.20.7",
"version": "7.21.4-esm",
"description": "Compile ES2015 computed properties to ES5",

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

"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/template": "^7.20.7"
"@babel/helper-plugin-utils": "^7.21.4-esm",
"@babel/template": "^7.21.4-esm"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.0.0-0 || 7.21.4-esm"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/helper-plugin-test-runner": "^7.18.6"
"@babel/core": "^7.21.4-esm",
"@babel/helper-plugin-test-runner": "^7.21.4-esm"
},

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

Sorry, the diff of this file is not supported yet

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