You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@agoric/access-token

Package Overview
Dependencies
Maintainers
0
Versions
2784
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-785e426.0

test/state.test.js

10

package.json
{
"name": "@agoric/access-token",
"version": "0.4.22-dev-780a461.0+780a461",
"version": "0.4.22-dev-785e426.0+785e426",
"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": "780a4613a6a5f805cedf2686cb2b3c0412f7ffff"
"gitHead": "785e426312297a21731f67c9e36815502cbf9fb9"
}