Socket
Socket
Sign inDemoInstall

@ast-grep/napi

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ast-grep/napi - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

13

index.d.ts

@@ -65,2 +65,3 @@ /* tslint:disable */

getMultipleMatches(m: string): Array<SgNode>
getTransformed(m: string): string | null
/** Returns the node's SgRoot */

@@ -96,3 +97,3 @@ getRoot(): SgRoot

* Parse a string to an ast-grep instance asynchronously in threads.
* It utlizes multiple CPU cores when **concurrent processing sources**.
* It utilize multiple CPU cores when **concurrent processing sources**.
* However, spawning excessive many threads may backfire.

@@ -119,3 +120,3 @@ * Please refer to libuv doc, nodejs' underlying runtime

* Parse a string to an ast-grep instance asynchronously in threads.
* It utlizes multiple CPU cores when **concurrent processing sources**.
* It utilize multiple CPU cores when **concurrent processing sources**.
* However, spawning excessive many threads may backfire.

@@ -142,3 +143,3 @@ * Please refer to libuv doc, nodejs' underlying runtime

* Parse a string to an ast-grep instance asynchronously in threads.
* It utlizes multiple CPU cores when **concurrent processing sources**.
* It utilize multiple CPU cores when **concurrent processing sources**.
* However, spawning excessive many threads may backfire.

@@ -165,3 +166,3 @@ * Please refer to libuv doc, nodejs' underlying runtime

* Parse a string to an ast-grep instance asynchronously in threads.
* It utlizes multiple CPU cores when **concurrent processing sources**.
* It utilize multiple CPU cores when **concurrent processing sources**.
* However, spawning excessive many threads may backfire.

@@ -188,3 +189,3 @@ * Please refer to libuv doc, nodejs' underlying runtime

* Parse a string to an ast-grep instance asynchronously in threads.
* It utlizes multiple CPU cores when **concurrent processing sources**.
* It utilize multiple CPU cores when **concurrent processing sources**.
* However, spawning excessive many threads may backfire.

@@ -211,3 +212,3 @@ * Please refer to libuv doc, nodejs' underlying runtime

* Parse a string to an ast-grep instance asynchronously in threads.
* It utlizes multiple CPU cores when **concurrent processing sources**.
* It utilize multiple CPU cores when **concurrent processing sources**.
* However, spawning excessive many threads may backfire.

@@ -214,0 +215,0 @@ * Please refer to libuv doc, nodejs' underlying runtime

{
"name": "@ast-grep/napi",
"version": "0.14.2",
"version": "0.14.3",
"description": "Search and Rewrite code at large scale using precise AST pattern",

@@ -48,5 +48,5 @@ "homepage": "https://ast-grep.github.io",

"@napi-rs/cli": "2.16.5",
"ava": "5.3.1",
"ava": "6.0.1",
"chalk": "5.3.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.2"

@@ -68,9 +68,9 @@ },

"optionalDependencies": {
"@ast-grep/napi-win32-x64-msvc": "0.14.2",
"@ast-grep/napi-darwin-x64": "0.14.2",
"@ast-grep/napi-linux-x64-gnu": "0.14.2",
"@ast-grep/napi-win32-ia32-msvc": "0.14.2",
"@ast-grep/napi-darwin-arm64": "0.14.2",
"@ast-grep/napi-win32-arm64-msvc": "0.14.2"
"@ast-grep/napi-win32-x64-msvc": "0.14.3",
"@ast-grep/napi-darwin-x64": "0.14.3",
"@ast-grep/napi-linux-x64-gnu": "0.14.3",
"@ast-grep/napi-win32-ia32-msvc": "0.14.3",
"@ast-grep/napi-darwin-arm64": "0.14.3",
"@ast-grep/napi-win32-arm64-msvc": "0.14.3"
}
}
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