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

@nxtedition/ass

Package Overview
Dependencies
Maintainers
12
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/ass - npm Package Compare versions

Comparing version
3.2.0
to
3.2.1
+4
-4
package.json
{
"name": "@nxtedition/ass",
"version": "3.2.0",
"version": "3.2.1",
"type": "module",

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

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

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

"dependencies": {
"@nxtedition/wordwrap": "^2.0.4",
"@nxtedition/wordwrap": "^2.0.5",
"colorjs.io": "^0.6.1",

@@ -33,3 +33,3 @@ "fraction.js": "^5.3.4",

},
"gitHead": "9501b2f8d166edb307472dfb91c05516547561ad"
"gitHead": "7c9c7457c885c644c7a1e70ef894d4727ce240d6"
}