Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/create-dapp

Package Overview
Dependencies
Maintainers
8
Versions
753
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 0.1.0 to 0.1.1-getting-started-dev-a3805f7.0

LICENSE

10

package.json
{
"name": "@agoric/create-dapp",
"version": "0.1.0",
"version": "0.1.1-getting-started-dev-a3805f7.0+a3805f7",
"description": "Create an Agoric Javascript smart contract application",

@@ -13,7 +13,6 @@ "type": "module",

"scripts": {
"build": "node ./scripts/get-sdk-package-names.js > src/sdk-package-names.js",
"build": "exit 0",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"integration-test": "ava --config .ava-integration-test.config.js",
"lint-fix": "yarn lint:eslint --fix",

@@ -30,3 +29,3 @@ "lint": "run-s --continue-on-error lint:*",

"dependencies": {
"agoric": "^0.21.2-u12.0"
"agoric": "0.21.2-getting-started-dev-a3805f7.0+a3805f7"
},

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

"access": "public"
}
},
"gitHead": "a3805f72e974bdcd118b53a1e94425994472374c"
}

@@ -14,5 +14,5 @@ #! /usr/bin/env node

if (proc.error) {
if (proc.status === null) {
throw proc.error;
}
process.exit(proc.status);
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc