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 2.0.0-alpha2 to 2.0.0-alpha3

4

CHANGELOG.json

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

{
"version": "2.0.0-alpha2",
"tag": "@0xcert/scaffold_v2.0.0-alpha2",
"version": "2.0.0-alpha3",
"tag": "@0xcert/scaffold_v2.0.0-alpha3",
"date": "Wed, 19 Jun 2019 10:31:05 GMT",

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

@@ -5,3 +5,3 @@ # Change Log - @0xcert/scaffold

## 2.0.0-alpha2
## 2.0.0-alpha3
Wed, 19 Jun 2019 10:31:05 GMT

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

@@ -27,3 +27,4 @@ import { AssetLedgerBase, GatewayBase, ValueLedgerBase } from '..';

complete(): Promise<this>;
resolve(): Promise<this>;
forget(): this;
}
{
"files": {},
"arguments": "npm run lint && npx nyc npx hayspec test "
"arguments": "npm run clean && npx tsc "
}
{
"name": "@0xcert/scaffold",
"version": "2.0.0-alpha2",
"version": "2.0.0-alpha3",
"description": "Overarching module with types, enums, and interfaces for easier development of interoperable modules.",

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

@@ -89,2 +89,7 @@ import { AssetLedgerBase, GatewayBase, ValueLedgerBase } from '..';

/**
* Resolves current mutation status.
*/
resolve(): Promise<this>;
/**
* Stops listening for confirmations.

@@ -91,0 +96,0 @@ */

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