Socket
Socket
Sign inDemoInstall

recast

Package Overview
Dependencies
Maintainers
2
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recast - npm Package Compare versions

Comparing version 0.23.0-pr1232.0 to 0.23.0-pr1232.1

4

package.json
{
"author": "Ben Newman <bn@cs.stanford.edu>",
"name": "recast",
"version": "0.23.0-pr1232.0",
"version": "0.23.0-pr1232.1",
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",

@@ -46,3 +46,3 @@ "keywords": [

"assert": "^2.0.0",
"ast-types": "^0.16.0",
"ast-types": "^0.16.1",
"esprima": "~4.0.0",

@@ -49,0 +49,0 @@ "source-map": "~0.6.1",

@@ -30,5 +30,5 @@ "use strict";

var babelOptions = _babel_options_1.default(options);
babelOptions.plugins.push("jsx", "flow");
babelOptions.plugins.push("jsx", "flow", "decoratorAutoAccessors");
return exports.parser.parse(source, babelOptions);
}
exports.parse = parse;

Sorry, the diff of this file is too big to display

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