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

@nxtedition/histogram

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/histogram - npm Package Compare versions

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

@@ -23,3 +23,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",

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

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