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

recast

Package Overview
Dependencies
Maintainers
1
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.15.2 to 0.15.3

2

lib/options.js

@@ -21,3 +21,3 @@ var defaults = {

// Override this option to use a different line terminator, e.g. \r\n.
lineTerminator: require("os").EOL,
lineTerminator: require("os").EOL || "\n",

@@ -24,0 +24,0 @@ // Some of the pretty-printer code (such as that for printing function

@@ -15,3 +15,3 @@ {

],
"version": "0.15.2",
"version": "0.15.3",
"homepage": "http://github.com/benjamn/recast",

@@ -38,10 +38,10 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/parser": "^7.0.0-beta.51",
"@babel/preset-es2015": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.54",
"@babel/parser": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"flow-parser": "^0.68.0",
"flow-parser": "^0.76.0",
"glob": "^7.1.2",
"mocha": "~5.0.0",
"reify": "^0.16.2"
"mocha": "~5.2.0",
"reify": "^0.16.4"
},

@@ -48,0 +48,0 @@ "engines": {

@@ -35,3 +35,3 @@ const getOption = require("../lib/util.js").getOption;

"optionalChaining",
"pipelineOperator",
["pipelineOperator", { proposal: "minimal" }],
"throwExpressions",

@@ -38,0 +38,0 @@ ]

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