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

estree-to-babel

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estree-to-babel - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

9

lib/estree-to-babel.js

@@ -34,5 +34,2 @@ 'use strict';

if (isObjectExpression(node))
return traverseObjectExpression(path.get('properties'));
if (isLiteral(node))

@@ -47,2 +44,8 @@ return setLiteral(node);

},
exit(path) {
const {node} = path;
if (isObjectExpression(node))
return traverseObjectExpression(path.get('properties'));
}
});

@@ -49,0 +52,0 @@

{
"name": "estree-to-babel",
"version": "1.4.0",
"version": "1.4.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "convert estree ast to babel",

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