You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@bothrs/util

Package Overview
Dependencies
Maintainers
7
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bothrs/util - npm Package Compare versions

Comparing version

to
3.0.8

8

package.json
{
"name": "@bothrs/util",
"version": "3.0.7",
"version": "3.0.8",
"description": "Common helper functions",

@@ -11,3 +11,4 @@ "license": "MIT",

"build": "npm run clean && tsc -d && cp src/mjs/*.mjs .",
"docs": "typedoc --out docs src --includeVersion"
"docs": "typedoc --out docs src --includeVersion",
"test": "echo No tests configured..."
},

@@ -23,2 +24,3 @@ "devDependencies": {

"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.3.1",
"typedoc": "^0.21.4",

@@ -43,3 +45,3 @@ "typescript": "4"

],
"gitHead": "4e4044094fe871e0c42f9de971060609aad2de3a"
"gitHead": "517d426c56ae4acd45b5b8d45410ee5ad944031a"
}