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.12.2 to 0.12.3

6

lib/fast-path.js

@@ -307,2 +307,8 @@ var assert = require("assert");

// Babel 6 Literal split
case "NumericLiteral":
return parent.type === "MemberExpression"
&& name === "object"
&& parent.object === node;
case "AssignmentExpression":

@@ -309,0 +315,0 @@ case "ConditionalExpression":

7

package.json

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

],
"version": "0.12.2",
"version": "0.12.3",
"homepage": "http://github.com/benjamn/recast",

@@ -32,3 +32,3 @@ "repository": {

"dependencies": {
"ast-types": "0.9.10",
"ast-types": "0.9.11",
"core-js": "^2.4.1",

@@ -45,3 +45,4 @@ "esprima": "~3.1.0",

"mocha": "~3.2.0",
"reify": "^0.5.3"
"reify": "^0.6.2",
"semver": "^5.3.0"
},

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

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