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

@0xcert/scaffold

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xcert/scaffold - npm Package Compare versions

Comparing version 1.0.0-rc4 to 1.0.0-rc5

.nyc_output/6e775770-2c06-4676-bdb2-88c1dad7e75f.json

4

CHANGELOG.json

@@ -5,4 +5,4 @@ {

{
"version": "1.0.0-rc4",
"tag": "@0xcert/scaffold_v1.0.0-rc4",
"version": "1.0.0-rc5",
"tag": "@0xcert/scaffold_v1.0.0-rc5",
"date": "Thu, 22 Nov 2018 00:51:03 GMT",

@@ -9,0 +9,0 @@ "comments": {}

export interface ProviderBase {
accountId: string;
}
export declare enum ProviderEvent {
ACCOUNT_CHANGE = "accountChanged",
NETWORK_CHANGE = "networkChanged"
}
export declare enum ProviderIssue {

@@ -5,0 +9,0 @@ GENERAL = 0

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ProviderEvent;
(function (ProviderEvent) {
ProviderEvent["ACCOUNT_CHANGE"] = "accountChanged";
ProviderEvent["NETWORK_CHANGE"] = "networkChanged";
})(ProviderEvent = exports.ProviderEvent || (exports.ProviderEvent = {}));
var ProviderIssue;

@@ -4,0 +9,0 @@ (function (ProviderIssue) {

{
"name": "@0xcert/scaffold",
"version": "1.0.0-rc4",
"version": "1.0.0-rc5",
"description": "Overarching module with types, enums, and interfaces for easier development of interoperable modules.",

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

@@ -9,2 +9,10 @@ /**

/**
* Provider events.
*/
export enum ProviderEvent {
ACCOUNT_CHANGE = 'accountChanged',
NETWORK_CHANGE = 'networkChanged',
}
/**
* Error codes.

@@ -11,0 +19,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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