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.6.1 to 1.7.0

19

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

@@ -31,4 +31,4 @@ "keywords": [

"format": "prettier --write .",
"clean": "ts-emit-clean",
"prepack": "npm run build",
"clean": "tsc --build --clean",
"prepare": "npm run build",
"postpack": "npm run clean"

@@ -54,21 +54,20 @@ },

"@babel/parser": "^7.11.5",
"@babel/preset-env": "7.16.11",
"@babel/preset-env": "^7.18.10",
"@types/esprima": "4.0.3",
"@types/glob": "7.1.3",
"@types/mocha": "9.1.1",
"@types/node": "^17.0.25",
"@types/node": "^18.0.3",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"esprima-fb": "15001.1001.0-dev-harmony-fb",
"flow-parser": "^0.176.2",
"flow-parser": "^0.184.0",
"glob": "7.2.0",
"lint-staged": "^12.4.1",
"mocha": "9.0.2",
"lint-staged": "^13.0.3",
"mocha": "^10.0.0",
"prettier": "^2.6.2",
"reify": "0.20.12",
"ts-emit-clean": "1.0.0",
"typescript": "^4.3.5"
},
"engines": {
"node": ">= 4"
"node": ">=12"
},

@@ -75,0 +74,0 @@ "publishConfig": {

@@ -14,3 +14,3 @@ # recast, _v_. ![CI](https://github.com/benjamn/recast/workflows/CI/badge.svg) [![Join the chat at https://gitter.im/benjamn/recast](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/benjamn/recast?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

- ✅ Fixed ambient context in **TypeScript** tests (https://github.com/benjamn/recast/pull/1077)
- ✅ ~Fixed additional semicolon it TSInterfaceBody (https://github.com/benjamn/recast/pull/867)~ (merged 🎉!)
- ✅ ~Fixed additional semicolon it TSInterfaceBody (https://github.com/benjamn/recast/pull/867)~ (merged 🎉)
- ✅ ~Fixed of parenthesizes around arrow function body returning object (https://github.com/benjamn/recast/pull/744)~ (merged as https://github.com/benjamn/recast/commit/eb94a84167b209dd024e6932bfe8f5f7c2744ddc 🎉)

@@ -17,0 +17,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