🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/access-token

Package Overview
Dependencies
Maintainers
10
Versions
2825
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-fbea810.0

test/state.test.js

11

package.json
{
"name": "@agoric/access-token",
"version": "0.4.22-dev-fbd8633.0+fbd8633",
"version": "0.4.22-dev-fbea810.0+fbea810",
"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",

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

"dependencies": {
"@agoric/internal": "0.3.3-dev-fbea810.0+fbea810",
"n-readlines": "^1.0.0",

@@ -31,3 +32,3 @@ "proper-lockfile": "^4.1.2",

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

@@ -39,3 +40,3 @@ "publishConfig": {

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

@@ -50,3 +51,3 @@ "require": [

},
"gitHead": "fbd8633ae9f8420a589dd9bc32925418f2dde060"
"gitHead": "fbea810678db7e06c8409ed9c163dad88a181ad1"
}