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

es3-safe-recast

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es3-safe-recast - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

index.js

@@ -77,2 +77,6 @@ 'use strict';

// yield literal
// Not officially reserved but throws in Android 4.0
identifierToLiteral.yield = true;
var visitor = {

@@ -79,0 +83,0 @@ visitProperty: function(path) {

2

package.json
{
"name": "es3-safe-recast",
"version": "2.0.1",
"version": "2.0.2",
"description": "esprima/recast es3 safe compile step",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -60,3 +60,4 @@ var object = {

true: null,
false: null
false: null,
yield: null
};

@@ -60,3 +60,4 @@ var object = {

"true": null,
"false": null
"false": null,
"yield": null
};

@@ -119,2 +119,4 @@ object.break(function() {

}).yield(function() {
});

@@ -119,2 +119,4 @@ object["break"](function() {

})["yield"](function() {
});
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