You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@agoric/create-dapp

Package Overview
Dependencies
Maintainers
10
Versions
1160
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-8c6c8c2.0

22

package.json
{
"name": "@agoric/create-dapp",
"version": "0.1.1-dev-8c3395c.0+8c3395c",
"version": "0.1.1-dev-8c6c8c2.0+8c6c8c2",
"description": "Create an Agoric Javascript smart contract application",
"type": "module",
"bin": {
"create-dapp": "src/create-dapp.js"
},
"bin": "src/create-dapp.js",
"files": [

@@ -15,15 +13,15 @@ "src"

"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:c8": "c8 --all $C8_OPTIONS ava",
"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:types": "tsc",
"lint:eslint": "eslint ."
"lint": "yarn run -T run-s --continue-on-error 'lint:*'",
"lint:eslint": "yarn run -T eslint .",
"lint:types": "yarn run -T tsc"
},
"devDependencies": {
"ava": "^5.3.0",
"c8": "^9.1.0"
"c8": "^10.1.3"
},
"dependencies": {
"agoric": "0.21.2-dev-8c3395c.0+8c3395c"
"agoric": "0.21.2-dev-8c6c8c2.0+8c6c8c2"
},

@@ -43,3 +41,3 @@ "keywords": [],

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

@@ -52,3 +50,3 @@ "timeout": "2m",

},
"gitHead": "8c3395c882c738af46f68cdd7265a6a0c3b14091"
"gitHead": "8c6c8c2b5b2e83634c328fdb9abc4de50c8d6165"
}