Socket
Socket
Sign inDemoInstall

@dcentralab/networks

Package Overview
Dependencies
1
Maintainers
2
Versions
202
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

lib/index.d.ts

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

export { ethereumNetworks, cardanoNetworks, supportedNetworks, INetwork } from './networks';
export * from './networks';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.supportedNetworks = exports.cardanoNetworks = exports.ethereumNetworks = void 0;
var networks_1 = require("./networks");
Object.defineProperty(exports, "ethereumNetworks", { enumerable: true, get: function () { return networks_1.ethereumNetworks; } });
Object.defineProperty(exports, "cardanoNetworks", { enumerable: true, get: function () { return networks_1.cardanoNetworks; } });
Object.defineProperty(exports, "supportedNetworks", { enumerable: true, get: function () { return networks_1.supportedNetworks; } });
__exportStar(require("./networks"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@dcentralab/networks",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc