New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stakekit/common

Package Overview
Dependencies
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stakekit/common - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

4

lib/cjs/enums/networks.enum.d.ts

@@ -18,3 +18,3 @@ export declare enum EvmNetworks {

zkSync = "zksync",
viction = "viction"
Viction = "viction"
}

@@ -140,5 +140,5 @@ export declare enum CosmosNetworks {

zkSync: EvmNetworks.zkSync;
viction: EvmNetworks.viction;
Viction: EvmNetworks.Viction;
};
export type Networks = EvmNetworks | CosmosNetworks | SubstrateNetworks | MiscNetworks;
//# sourceMappingURL=networks.enum.d.ts.map

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

EvmNetworks["zkSync"] = "zksync";
EvmNetworks["viction"] = "viction";
EvmNetworks["Viction"] = "viction";
})(EvmNetworks = exports.EvmNetworks || (exports.EvmNetworks = {}));

@@ -25,0 +25,0 @@ var CosmosNetworks;

@@ -18,3 +18,3 @@ export declare enum EvmNetworks {

zkSync = "zksync",
viction = "viction"
Viction = "viction"
}

@@ -140,5 +140,5 @@ export declare enum CosmosNetworks {

zkSync: EvmNetworks.zkSync;
viction: EvmNetworks.viction;
Viction: EvmNetworks.Viction;
};
export type Networks = EvmNetworks | CosmosNetworks | SubstrateNetworks | MiscNetworks;
//# sourceMappingURL=networks.enum.d.ts.map

@@ -19,3 +19,3 @@ export var EvmNetworks;

EvmNetworks["zkSync"] = "zksync";
EvmNetworks["viction"] = "viction";
EvmNetworks["Viction"] = "viction";
})(EvmNetworks || (EvmNetworks = {}));

@@ -22,0 +22,0 @@ export var CosmosNetworks;

{
"name": "@stakekit/common",
"version": "0.0.23",
"version": "0.0.24",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "rm -rf lib",

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