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
1165
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-fbca569.0

18

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

@@ -18,12 +16,12 @@ "src"

"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": "^10.1.2"
"c8": "^10.1.3"
},
"dependencies": {
"agoric": "0.21.2-dev-fbae24c.0+fbae24c"
"agoric": "0.21.2-dev-fbca569.0+fbca569"
},

@@ -51,3 +49,3 @@ "keywords": [],

},
"gitHead": "fbae24ccaff7b911a2ef72e1c47434e6dfd73d9f"
"gitHead": "fbca5699394bf6997bb58cd650ddadb19a355239"
}