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

@greymass/eosio

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greymass/eosio - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

4

lib/eosio-core.d.ts
/**
* EOSIO Core v0.2.4
* EOSIO Core v0.2.5
* https://github.com/greymass/eosio-core

@@ -1231,3 +1231,3 @@ *

declare type Fetch = typeof window.fetch;
declare type Fetch = (input: any, init?: any) => Promise<any>;
interface APIProvider {

@@ -1234,0 +1234,0 @@ /**

{
"name": "@greymass/eosio",
"description": "Library for working with EOSIO blockchains",
"version": "0.2.4",
"version": "0.2.5",
"homepage": "https://github.com/greymass/eosio-core",

@@ -31,2 +31,3 @@ "license": "BSD-3-Clause",

"@rollup/plugin-typescript": "^8.1.1",
"@types/bn.js": "^5.1.0",
"@types/elliptic": "^6.4.12",

@@ -33,0 +34,0 @@ "@types/mocha": "^8.0.3",

@@ -1,2 +0,2 @@

type Fetch = typeof window.fetch
type Fetch = (input: any, init?: any) => Promise<any>

@@ -3,0 +3,0 @@ export interface APIProvider {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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