New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@putout/recast

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/recast - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

lib/fast-path.js

@@ -339,2 +339,4 @@ "use strict";

}
case "OptionalIndexedAccessType":
return node.optional && parent.type === "IndexedAccessType";
case "IntersectionTypeAnnotation":

@@ -341,0 +343,0 @@ case "UnionTypeAnnotation":

8

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

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

"dependencies": {
"ast-types": "0.14.2",
"ast-types": "0.15.2",
"esprima": "~4.0.0",

@@ -59,4 +59,4 @@ "source-map": "~0.6.1",

"@types/node": "^16.0.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.1.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"esprima-fb": "15001.1001.0-dev-harmony-fb",

@@ -63,0 +63,0 @@ "flow-parser": "^0.159.0",

@@ -22,2 +22,4 @@ "use strict";

"classProperties",
"classStaticBlock",
"decimal",
"decorators-legacy",

@@ -31,2 +33,3 @@ "doExpressions",

"functionSent",
"importAssertions",
"importMeta",

@@ -39,4 +42,11 @@ "importAssertions",

"optionalChaining",
["pipelineOperator", { proposal: "minimal" }],
["pipelineOperator", {
proposal: "minimal",
}],
["recordAndTuple", {
syntaxType: "hash",
}],
"throwExpressions",
"topLevelAwait",
"v8intrinsic",
]

@@ -43,0 +53,0 @@ };

Sorry, the diff of this file is not supported yet

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