Socket
Socket
Sign inDemoInstall

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.18.3 to 0.18.4

.node-version

7

lib/fast-path.js

@@ -394,2 +394,9 @@ "use strict";

break;
case 'TSAsExpression':
if (parent.type === 'ArrowFunctionExpression' &&
name === 'body' &&
node.expression.type === 'ObjectExpression') {
return true;
}
break;
case "CallExpression":

@@ -396,0 +403,0 @@ if (name === "declaration" &&

10

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

@@ -43,9 +43,9 @@ "keywords": [

"devDependencies": {
"@babel/core": "7.6.2",
"@babel/parser": "7.6.0",
"@babel/preset-env": "7.6.2",
"@babel/core": "7.6.4",
"@babel/parser": "7.6.4",
"@babel/preset-env": "7.6.3",
"@types/esprima": "4.0.2",
"@types/glob": "7.1.1",
"@types/mocha": "5.2.6",
"@types/node": "12.7.11",
"@types/node": "12.11.1",
"esprima-fb": "15001.1001.0-dev-harmony-fb",

@@ -52,0 +52,0 @@ "flow-parser": "0.109.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