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

@bloks/constants

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/constants - npm Package Compare versions

Comparing version 28.8.0 to 28.8.1

9

dist/index.d.ts

@@ -212,2 +212,3 @@ declare const getContractConstants: (chain?: string, systemDomain?: string) => {

hyperion: HistoryTypeFeature;
dex: HistoryTypeFeature;
}

@@ -438,2 +439,10 @@

};
dex: {
name: string;
actionFilter: boolean;
tokenFilter: boolean;
dateFilter: boolean;
contractActionFilter: boolean;
total: number;
};
};

@@ -440,0 +449,0 @@

10

dist/index.js

@@ -654,2 +654,10 @@ "use strict";

total: 3
},
dex: {
name: "dex",
actionFilter: true,
tokenFilter: true,
dateFilter: true,
contractActionFilter: true,
total: 3
}

@@ -1245,3 +1253,3 @@ };

var DOMAIN_TITLE10 = "XPR Network Testnet";
var HISTORY_TYPES10 = ["hyperion"];
var HISTORY_TYPES10 = ["dex", "hyperion"];
var HYPERION_URL8 = "http://proton-api-testnet.eosiomadrid.io";

@@ -1248,0 +1256,0 @@ var KEY_PREFIX10 = "EOS";

6

package.json
{
"name": "@bloks/constants",
"version": "28.8.0",
"version": "28.8.1",
"author": "Metallicus",

@@ -17,3 +17,3 @@ "module": "dist/index.mjs",

"@types/jest": "^24.9.0",
"@proton/tsconfig": "1.5.0",
"@proton/tsconfig": "1.5.1",
"tslib": "^1.10.0",

@@ -26,4 +26,4 @@ "tsup": "^6.3.0",

"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --watch"
"dev": "tsup src/index.ts --format cjs,esm --dts --watch"
}
}

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