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.1 to 1.4.2

6

lib/set-class-method.js

@@ -15,2 +15,3 @@ 'use strict';

computed,
loc,
} = node;

@@ -31,7 +32,8 @@

computed,
node.static,
)
node.static
)
);
assign(path.node, {
loc,
expression,

@@ -38,0 +40,0 @@ generator,

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

@@ -44,4 +44,3 @@ "description": "convert estree ast to babel",

"redrun": "^7.0.2",
"tape": "^4.8.0",
"try-to-tape": "^1.1.0"
"supertape": "^1.0.3"
},

@@ -48,0 +47,0 @@ "license": "MIT",

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