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
6
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 6.5.0 to 6.8.0

12

lib/index.js

@@ -1,13 +0,13 @@

"use strict";
/*istanbul ignore next*/"use strict";
exports.__esModule = true;
exports["default"] = function (_ref) {
var t = _ref.types;
exports.default = function ( /*istanbul ignore next*/_ref) {
/*istanbul ignore next*/var t = _ref.types;
return {
visitor: {
ObjectProperty: {
ObjectProperty: { /*istanbul ignore next*/
exit: function exit(_ref2) {
var node = _ref2.node;
/*istanbul ignore next*/var node = _ref2.node;

@@ -25,2 +25,2 @@ var key = node.key;

module.exports = exports["default"];
/*istanbul ignore next*/module.exports = exports["default"];
{
"name": "babel-plugin-transform-es3-property-literals",
"version": "6.5.0",
"version": "6.8.0",
"description": "Ensure that reserved words are quoted in object property keys",

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

"dependencies": {
"babel-runtime": "^5.0.0"
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
"babel-helper-plugin-test-runner": "^6.8.0"
}
}
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