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
68
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.2.17 to 0.2.19

dist/asyncConstructor.d.ts

10

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

@@ -15,4 +15,8 @@ "license": "Apache-2.0",

"build:cjs": "npx vite --config vite.cjs.config.ts build",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix --config ../../.eslintrc.js",
"eslint": "npx eslint . --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore",
"eslint:fix": "npm run eslint -- --fix",
"prettier": "npx prettier . --check --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore",
"prettier:fix": "npm run prettier -- --write",
"lint": "npm run eslint && npm run prettier",
"lint:fix": "npm run eslint:fix && npm run prettier:fix",
"cli": "node ./dist/js/cli.js",

@@ -19,0 +23,0 @@ "test": "NODE_ENV=test vitest --run --coverage"

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