Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-es3-property-literals

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es3-property-literals - npm Package Compare versions

Comparing version 7.0.0-alpha.15 to 7.0.0-alpha.16

3

lib/index.js

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

var t = _ref.types;
return {

@@ -14,4 +13,4 @@ visitor: {

var node = _ref2.node;
var key = node.key;
var key = node.key;
if (!node.computed && t.isIdentifier(key) && !t.isValidIdentifier(key.name)) {

@@ -18,0 +17,0 @@ node.key = t.stringLiteral(key.name);

{
"name": "babel-plugin-transform-es3-property-literals",
"version": "7.0.0-alpha.15",
"version": "7.0.0-alpha.16",
"description": "Ensure that reserved words are quoted in object property keys",

@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-property-literals",

"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.15"
"babel-helper-plugin-test-runner": "7.0.0-alpha.16"
}
}
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