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

@web5/common

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web5/common - npm Package Compare versions

Comparing version 0.2.4-alpha-20240222-405c176 to 0.2.4-alpha-20240315-98fc537

LICENSE

34

package.json
{
"name": "@web5/common",
"version": "0.2.4-alpha-20240222-405c176",
"version": "0.2.4-alpha-20240315-98fc537",
"type": "module",

@@ -8,15 +8,2 @@ "main": "./dist/cjs/index.js",

"types": "./dist/types/index.d.ts",
"scripts": {
"clean": "rimraf dist coverage tests/compiled",
"build:esm": "rimraf dist/esm dist/types && npx tsc -p tsconfig.json",
"build:cjs": "rimraf dist/cjs && node build/cjs-bundle.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
"build:browser": "rimraf dist/browser.mjs dist/browser.js && node build/bundles.js",
"build:tests:node": "rimraf tests/compiled && tsc -p tests/tsconfig.json",
"build:tests:browser": "rimraf tests/compiled && node build/esbuild-tests.cjs",
"build": "npm run clean && npm run build:esm && npm run build:cjs && npm run build:browser",
"lint": "eslint . --ext .ts --max-warnings 0",
"lint:fix": "eslint . --ext .ts --fix",
"test:node": "npm run build:tests:node && c8 mocha",
"test:browser": "npm run build:tests:browser && web-test-runner"
},
"homepage": "https://github.com/TBD54566975/web5-js/tree/main/packages/common#readme",

@@ -69,3 +56,3 @@ "bugs": "https://github.com/TBD54566975/web5-js/issues",

"engines": {
"node": ">=18.0.0"
"node": ">=20.9.0"
},

@@ -84,2 +71,3 @@ "dependencies": {

"@types/mocha": "10.0.1",
"@types/node": "20.11.19",
"@types/readable-stream": "4.0.9",

@@ -90,2 +78,3 @@ "@typescript-eslint/eslint-plugin": "6.4.0",

"@web/test-runner-playwright": "0.11.0",
"abstract-level": "1.0.4",
"c8": "9.0.0",

@@ -102,3 +91,16 @@ "chai": "4.3.10",

"typescript": "5.1.6"
},
"scripts": {
"clean": "rimraf dist coverage tests/compiled",
"build:esm": "rimraf dist/esm dist/types && pnpm tsc -p tsconfig.json",
"build:cjs": "rimraf dist/cjs && node build/cjs-bundle.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
"build:browser": "rimraf dist/browser.mjs dist/browser.js && node build/bundles.js",
"build:tests:node": "rimraf tests/compiled && pnpm tsc -p tests/tsconfig.json",
"build:tests:browser": "rimraf tests/compiled && node build/esbuild-tests.cjs",
"build": "pnpm clean && pnpm build:esm && pnpm build:cjs && pnpm build:browser",
"lint": "eslint . --ext .ts --max-warnings 0",
"lint:fix": "eslint . --ext .ts --fix",
"test:node": "pnpm build:tests:node && pnpm c8 mocha",
"test:browser": "pnpm build:tests:browser && web-test-runner"
}
}
}

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 too big to display

Sorry, the diff of this file is not supported yet

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