New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

es3-safe-recast

Package Overview
Dependencies
Maintainers
1
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 0.0.2 to 0.0.3

2

index.js

@@ -35,2 +35,4 @@ var recast = require('recast');

module.exports.Visitor = ES6Safe;
module.exports.compile = function(source) {

@@ -37,0 +39,0 @@ var ast, code;

2

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

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

@@ -30,3 +30,4 @@ es3-safe-recast

catch: function() { },
finally: function() { }
finally: function() { },
default: function() { }
};

@@ -40,4 +41,5 @@ ```

'catch': function() { },
'finally': function() { }
'finally': function() { },
'default': 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