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

@nxtedition/shared

Package Overview
Dependencies
Maintainers
10
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/shared - npm Package Compare versions

Comparing version
5.1.1
to
5.1.2
prebuilds/linux-x64/@nxtedition+shared.node

Sorry, the diff of this file is not supported yet

+3
-3
{
"name": "@nxtedition/shared",
"version": "5.1.1",
"version": "5.1.2",
"type": "module",

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

"install": "node-gyp-build",
"build": "rimraf lib && tsc && amaroc ./src/index.ts && mv src/index.js lib/",
"build": "rimraf lib && tsc && amaroc ./src/index.ts && mv src/index.js lib/ && rimraf prebuilds && ./build.sh",
"rebuild": "JOBS=max npm run install --build-from-source",

@@ -47,3 +47,3 @@ "prepublishOnly": "yarn build",

},
"gitHead": "ac2dfd0feaa0ac86813b63966da6fcc92552e3d1"
"gitHead": "733dcb203c07da0f564ad4626228c3da556c27b2"
}