New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@workers-utils/common

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workers-utils/common - npm Package Compare versions

Comparing version

to
0.0.0-canary-20241230065619

6

dist/utilFormat.js

@@ -10,7 +10,2 @@ // Source: https://github.com/tmpfs/format-util/blob/0c989942c959b179eec294a4e725afd63e743f18/format.js

switch (flag) {
case 'o':
if (Array.isArray(arg)) {
arg = JSON.stringify(arg);
}
break;
case 's':

@@ -23,2 +18,3 @@ arg = '' + arg;

case 'j':
case 'o':
arg = JSON.stringify(arg);

@@ -25,0 +21,0 @@ break;

6

package.json
{
"name": "@workers-utils/common",
"version": "0.0.0-canary-20241210060829",
"version": "0.0.0-canary-20241230065619",
"type": "module",

@@ -15,3 +15,3 @@ "main": "dist/index.js",

"devDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"@cloudflare/workers-types": "^4.20241224.0",
"typescript": "^5.7.2"

@@ -22,2 +22,2 @@ },

}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet