New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/access-token

Package Overview
Dependencies
Maintainers
10
Versions
2752
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/access-token - npm Package Compare versions

Comparing version

to
0.4.22-dev-37e30ec.0

test/state.test.js

10

package.json
{
"name": "@agoric/access-token",
"version": "0.4.22-dev-376e47d.0+376e47d",
"version": "0.4.22-dev-37e30ec.0+37e30ec",
"description": "Persistent credentials for Agoric users, backed by a simple JSON file",

@@ -13,3 +13,3 @@ "type": "module",

"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:c8": "c8 --all $C8_OPTIONS ava",
"test:xs": "exit 0",

@@ -30,3 +30,3 @@ "lint": "run-s --continue-on-error lint:*",

"ava": "^5.3.0",
"c8": "^7.13.0"
"c8": "^10.1.2"
},

@@ -38,3 +38,3 @@ "publishConfig": {

"files": [
"test/**/test-*.js"
"test/**/*.test.*"
],

@@ -49,3 +49,3 @@ "require": [

},
"gitHead": "376e47d1b7eba11d1e587778489d8f199d53870f"
"gitHead": "37e30ecf0e8d1ef63a626e52c8ee8286cffd5beb"
}