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
920
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-1231911.0

12

package.json
{
"name": "@agoric/create-dapp",
"version": "0.1.1-dev-121b677.0+121b677",
"version": "0.1.1-dev-1231911.0+1231911",
"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": "^7.13.0"
"c8": "^10.1.2"
},
"dependencies": {
"agoric": "0.21.2-dev-121b677.0+121b677"
"agoric": "0.21.2-dev-1231911.0+1231911"
},

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

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

@@ -53,3 +53,3 @@ "timeout": "2m",

},
"gitHead": "121b67747aaa842adff618c610dbb0835d88cc33"
"gitHead": "1231911e6c1bb4d5604f0e49c3a26c99131eb52e"
}