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

ai-branch-name-generator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-branch-name-generator - npm Package Compare versions

Comparing version

to
1.0.3

8

package.json

@@ -6,3 +6,3 @@ {

"publisher": "williamgrisa",
"version": "1.0.2",
"version": "1.0.3",
"repository": {

@@ -89,3 +89,6 @@ "type": "git",

"scripts": {
"vscode:prepublish": "yarn run compile",
"vscode:prepublish": "npm run esbuild-base -- --minify",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node",
"esbuild": "npm run esbuild-base -- --sourcemap",
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
"compile": "tsc -p ./",

@@ -108,2 +111,3 @@ "watch": "tsc -watch -p ./",

"@vscode/vsce": "^2.20.1",
"esbuild": "^0.19.8",
"eslint": "^8.41.0",

@@ -110,0 +114,0 @@ "eslint-config-prettier": "^9.0.0",