Socket
Socket
Sign inDemoInstall

falafel

Package Overview
Dependencies
4
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.2.0

test/custom-parser.js

1

index.js

@@ -21,2 +21,3 @@ var parse = require('acorn').parse;

if (typeof src !== 'string') src = String(src);
if (opts.parser) parse = opts.parser.parse;
var ast = parse(src, opts);

@@ -23,0 +24,0 @@

3

package.json
{
"name": "falafel",
"description": "transform the ast on a recursive walk",
"version": "1.1.1",
"version": "1.2.0",
"repository": {

@@ -34,2 +34,3 @@ "type": "git",

"covert": "^1.1.0",
"acorn-jsx": "^2.0.0",
"tape": "^4.0.0"

@@ -36,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc