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

@0xcert/ethereum-generic-provider

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xcert/ethereum-generic-provider - npm Package Compare versions

Comparing version 2.0.0-alpha0 to 2.0.0-alpha1

.nyc_output/c0f8de2b-5dcf-4c43-8e07-1ee82c3b7be3.json

4

CHANGELOG.json

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

{
"version": "2.0.0-alpha0",
"tag": "@0xcert/ethereum-generic-provider_v2.0.0-alpha0",
"version": "2.0.0-alpha1",
"tag": "@0xcert/ethereum-generic-provider_v2.0.0-alpha1",
"date": "Wed, 19 Jun 2019 10:31:05 GMT",

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

@@ -5,3 +5,3 @@ # Change Log - @0xcert/ethereum-generic-provider

## 2.0.0-alpha0
## 2.0.0-alpha1
Wed, 19 Jun 2019 10:31:05 GMT

@@ -8,0 +8,0 @@

@@ -52,3 +52,3 @@ "use strict";

get gatewayConfig() {
return this._gatewayConfig || null;
return this._gatewayConfig;
}

@@ -55,0 +55,0 @@ set gatewayConfig(config) {

{
"files": {},
"arguments": "npm run clean && npx tsc "
"arguments": "npm run lint && npx nyc npx specron test "
}
{
"name": "@0xcert/ethereum-generic-provider",
"version": "2.0.0-alpha0",
"version": "2.0.0-alpha1",
"description": "Basic implementation of communication provider for the Ethereum blockchain.",

@@ -70,3 +70,3 @@ "main": "./dist/index.js",

"devDependencies": {
"@0xcert/ethereum-sandbox": "2.0.0-alpha0",
"@0xcert/ethereum-sandbox": "2.0.0-alpha1",
"@types/node": "^10.12.24",

@@ -84,6 +84,6 @@ "@specron/cli": "^0.5.6",

"dependencies": {
"@0xcert/ethereum-utils": "2.0.0-alpha0",
"@0xcert/scaffold": "2.0.0-alpha0",
"@0xcert/ethereum-utils": "2.0.0-alpha1",
"@0xcert/scaffold": "2.0.0-alpha1",
"events": "^3.0.0"
}
}

@@ -205,3 +205,3 @@ import { Encode, Encoder } from '@0xcert/ethereum-utils';

public get gatewayConfig(): GatewayConfig {
return this._gatewayConfig || null;
return this._gatewayConfig;
}

@@ -208,0 +208,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