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.7
to
2.1.8
+1
-1
commands/archive.js

@@ -30,3 +30,3 @@ /**

const args = process.argv.slice(2)
const skipConfirm = args.indexOf('-y') >= 0
const skipConfirm = true // args.indexOf('-y') >= 0

@@ -33,0 +33,0 @@ const { rootDir } = config

{
"name": "@tangible/roller",
"type": "module",
"version": "2.1.7",
"version": "2.1.8",
"description": "Build project assets using Rollup and ESBuild",

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