Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prosopo/util

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prosopo/util - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

14

package.json
{
"name": "@prosopo/util",
"version": "0.1.17",
"version": "0.1.18",
"author": "PROSOPO LIMITED <info@prosopo.io>",

@@ -13,3 +13,3 @@ "license": "Apache-2.0",

"cli": "node ./dist/js/cli.js",
"test": "vitest 'tests/**/*.test.ts'"
"test": "NODE_ENV=test vitest --run --coverage"
},

@@ -25,5 +25,10 @@ "main": "./dist/index.js",

"@types/chai": "^4.3.5",
"@types/lodash": "^4.14.198",
"@types/mocha": "^10.0.1",
"@types/seedrandom": "^3.0.5",
"@vitest/coverage-v8": "^0.34.3",
"chai": "^4.3.7",
"typescript": "^4.9.5"
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
},

@@ -42,6 +47,3 @@ "repository": {

"description": "Utility package to house all code that is not specific to prosopo. E.g. random number generation, string manipulation, etc.",
"directories": {
"test": "tests"
},
"sideEffects": false
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc