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

@agoric/create-dapp

Package Overview
Dependencies
Maintainers
0
Versions
921
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/create-dapp - npm Package Compare versions

Comparing version

to
0.1.1-dev-9348280.0

10

package.json
{
"name": "@agoric/create-dapp",
"version": "0.1.1-dev-92f2510.0+92f2510",
"version": "0.1.1-dev-9348280.0+9348280",
"description": "Create an Agoric Javascript smart contract application",

@@ -15,3 +15,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",

@@ -25,6 +25,6 @@ "lint-fix": "yarn lint:eslint --fix",

"ava": "^5.3.0",
"c8": "^9.1.0"
"c8": "^10.1.2"
},
"dependencies": {
"agoric": "0.21.2-dev-92f2510.0+92f2510"
"agoric": "0.21.2-dev-9348280.0+9348280"
},

@@ -52,3 +52,3 @@ "keywords": [],

},
"gitHead": "92f2510ab86a27b2f3473edfca72bd8bf647dadc"
"gitHead": "93482805ef2ba8147c391b487de6943f37ff8f53"
}