🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nxtedition/common

Package Overview
Dependencies
Maintainers
12
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/common - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+3
-4
package.json
{
"name": "@nxtedition/common",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"scripts": {
"build": "rimraf lib && tsc",
"build": "rimraf lib && tsc -p tsconfig.build.json",
"prepublishOnly": "yarn build",

@@ -28,4 +28,3 @@ "typecheck": "tsc --noEmit",

"typescript": "^5.9.3"
},
"gitHead": "adfca68bef0a78441d030ee4d23afcfd497c878a"
}
}