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

agoric

Package Overview
Dependencies
Maintainers
1
Versions
2593
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agoric - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

lib/install.js

@@ -19,3 +19,3 @@ import parseArgs from 'minimist';

const rimraf = file => pspawn('rm', ['-rf', file]);
const subdirs = ['_agstate/agoric-servers', 'contract', 'api'].sort()
const subdirs = ['.', '_agstate/agoric-servers', 'contract', 'api'].sort();

@@ -22,0 +22,0 @@ if (opts.sdk) {

@@ -72,3 +72,8 @@ import parseArgs from 'minimist';

if (!opts.sdk) {
if (!(await exists('_agstate/agoric-servers/node_modules'))) {
if (
!(await exists('node_modules/@agoric/cosmic-swingset')) &&
!(await exists(
'_agstate/agoric-servers/node_modules/@agoric/cosmic-swingset',
))
) {
log.error(`you must first run '${progname} install'`);

@@ -75,0 +80,0 @@ return 1;

{
"name": "agoric",
"version": "0.4.1",
"version": "0.4.2",
"description": "Manage the Agoric Javascript smart contract platform",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

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