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

@ast-grep/napi

Package Overview
Dependencies
Maintainers
1
Versions
135
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.33.1 to 0.34.1

22

package.json
{
"name": "@ast-grep/napi",
"version": "0.33.1",
"version": "0.34.1",
"description": "Search and Rewrite code at large scale using precise AST pattern",

@@ -55,3 +55,3 @@ "homepage": "https://ast-grep.github.io",

"devDependencies": {
"@ast-grep/napi": "0.33.0",
"@ast-grep/napi": "0.33.1",
"@biomejs/biome": "1.9.4",

@@ -80,12 +80,12 @@ "@napi-rs/cli": "2.18.4",

"optionalDependencies": {
"@ast-grep/napi-win32-x64-msvc": "0.33.1",
"@ast-grep/napi-darwin-x64": "0.33.1",
"@ast-grep/napi-linux-x64-gnu": "0.33.1",
"@ast-grep/napi-win32-ia32-msvc": "0.33.1",
"@ast-grep/napi-darwin-arm64": "0.33.1",
"@ast-grep/napi-win32-arm64-msvc": "0.33.1",
"@ast-grep/napi-linux-arm64-gnu": "0.33.1",
"@ast-grep/napi-linux-arm64-musl": "0.33.1",
"@ast-grep/napi-linux-x64-musl": "0.33.1"
"@ast-grep/napi-win32-x64-msvc": "0.34.1",
"@ast-grep/napi-darwin-x64": "0.34.1",
"@ast-grep/napi-linux-x64-gnu": "0.34.1",
"@ast-grep/napi-win32-ia32-msvc": "0.34.1",
"@ast-grep/napi-darwin-arm64": "0.34.1",
"@ast-grep/napi-win32-arm64-msvc": "0.34.1",
"@ast-grep/napi-linux-arm64-gnu": "0.34.1",
"@ast-grep/napi-linux-arm64-musl": "0.34.1",
"@ast-grep/napi-linux-x64-musl": "0.34.1"
}
}

@@ -7,21 +7,2 @@ export enum Lang {

TypeScript = 'TypeScript',
Bash = 'Bash',
C = 'C',
Cpp = 'Cpp',
CSharp = 'CSharp',
Go = 'Go',
Elixir = 'Elixir',
Haskell = 'Haskell',
Java = 'Java',
Json = 'Json',
Kotlin = 'Kotlin',
Lua = 'Lua',
Php = 'Php',
Python = 'Python',
Ruby = 'Ruby',
Rust = 'Rust',
Scala = 'Scala',
Sql = 'Sql',
Swift = 'Swift',
Yaml = 'Yaml',
}

@@ -28,0 +9,0 @@

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