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

@ucanto/client

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ucanto/client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

28

package.json
{
"name": "@ucanto/client",
"description": "UCAN RPC Client",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

@@ -23,10 +23,2 @@ "UCAN",

"homepage": "https://github.com/web3-storage/ucanto",
"scripts": {
"test:web": "playwright-test test/**/*.spec.js --cov && nyc report",
"test:node": "c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/**/*.spec.js",
"test": "npm run test:node",
"coverage": "c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080",
"typecheck": "tsc --build",
"build": "tsc --build"
},
"dependencies": {

@@ -40,5 +32,5 @@ "@ucanto/interface": "^1.0.0",

"@types/mocha": "^9.1.0",
"@ucanto/principal": "^1.0.0",
"@ucanto/core": "^1.0.0",
"@ucanto/transport": "^1.0.0",
"@ucanto/principal": "^1.0.1",
"@ucanto/core": "^1.0.1",
"@ucanto/transport": "^1.0.1",
"@web-std/fetch": "^4.1.0",

@@ -79,3 +71,11 @@ "@web-std/file": "^3.0.2",

},
"license": "(Apache-2.0 AND MIT)"
}
"license": "(Apache-2.0 AND MIT)",
"scripts": {
"test:web": "playwright-test test/**/*.spec.js --cov && nyc report",
"test:node": "c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/**/*.spec.js",
"test": "npm run test:node",
"coverage": "c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080",
"typecheck": "tsc --build",
"build": "tsc --build"
}
}
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