@ucanto/client
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
5461