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

@nxtedition/slice

Package Overview
Dependencies
Maintainers
12
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/slice - npm Package Compare versions

Comparing version
1.1.6
to
1.1.7
+3
-3
package.json
{
"name": "@nxtedition/slice",
"version": "1.1.6",
"version": "1.1.7",
"type": "module",

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

"scripts": {
"build": "rimraf lib && tsc && amaroc ./src/index.ts && mv src/index.js lib/",
"build": "rimraf lib && tsc -p tsconfig.build.json && amaroc ./src/index.ts && mv src/index.js lib/",
"prepublishOnly": "yarn build",

@@ -34,3 +34,3 @@ "typecheck": "tsc --noEmit",

},
"gitHead": "472a4cdfd11ff9f1a7dcf8b81599bc1d9270bc90"
"gitHead": "7c9c7457c885c644c7a1e70ef894d4727ce240d6"
}