New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tangible/roller

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tangible/roller - npm Package Compare versions

Comparing version
2.1.6
to
2.1.7
+8
-5
package.json
{
"name": "@tangible/roller",
"type": "module",
"version": "2.1.6",
"version": "2.1.7",
"description": "Build project assets using Rollup and ESBuild",

@@ -33,6 +33,5 @@ "homepage": "https://github.com/tangibleinc/tangible-roller",

"release": "npm publish --access public",
"test": "cd test && if [ ! -d node_modules ]; then npm install; fi && ../run",
"test:dev": "cd test && ../run dev",
"test:build": "cd test && ../run build",
"test:init": "cd test/build && ../../run init"
"test": "cd test && if [ ! -d node_modules ]; then npm install; fi && ../run run test.ts",
"test:install": "cd test && npm install",
"test:run": "cd test && ../run"
},

@@ -69,3 +68,7 @@ "dependencies": {

"zip-lib": "^1.0.4"
},
"devDependencies": {
"@types/node": "^24.5.2",
"testra": "^2.1.5"
}
}