New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gnosis-guild/zodiac-core

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gnosis-guild/zodiac-core - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

dist/cjs/artifact/internal/etherscan.js

@@ -58,5 +58,5 @@ "use strict";

});
const { status, message } = (await response.json());
const { status, message, result } = (await response.json());
if (!isOk(status)) {
throw new Error(`Verification Error: ${status} ${message}`);
throw new Error(`Verifying SourceCode: ${message} ${result}`);
}

@@ -63,0 +63,0 @@ return {

@@ -64,5 +64,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

});
const { status, message } = (yield response.json());
const { status, message, result } = (yield response.json());
if (!isOk(status)) {
throw new Error(`Verification Error: ${status} ${message}`);
throw new Error(`Verifying SourceCode: ${message} ${result}`);
}

@@ -69,0 +69,0 @@ return {

{
"name": "@gnosis-guild/zodiac-core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",

@@ -5,0 +5,0 @@ "author": "Auryn Macmillan <auryn@gnosisguild.org>",

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