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

@rarible/types

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/types - npm Package Compare versions

Comparing version 0.11.0-alpha.1 to 0.11.0-alpha.2

3

build/cjs/blockchains/union/enum/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Blockchain = exports.BlockchainParseError = exports.parseBlockchain = exports.toLayerOneBlockchain = exports.withBlockchain = exports.withLayer1Blockchain = exports.isRealBlockchainSpecified = exports.isBlockchainSpecified = exports.blockchains = exports.isEVMBlockchain = exports.evmBlockchains = exports.BlockchainEnum = exports.blockchainsLayer1 = exports.BlockchainLayer1Enum = void 0;
exports.BlockchainParseError = exports.parseBlockchain = exports.toLayerOneBlockchain = exports.withBlockchain = exports.withLayer1Blockchain = exports.isRealBlockchainSpecified = exports.isBlockchainSpecified = exports.blockchains = exports.isEVMBlockchain = exports.evmBlockchains = exports.BlockchainEnum = exports.blockchainsLayer1 = exports.BlockchainLayer1Enum = void 0;
var BlockchainLayer1Enum;

@@ -82,2 +82,1 @@ (function (BlockchainLayer1Enum) {

exports.BlockchainParseError = BlockchainParseError;
exports.Blockchain = BlockchainEnum;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Blockchain = void 0;
const tslib_1 = require("tslib");
const enum_1 = require("./enum");
Object.defineProperty(exports, "Blockchain", { enumerable: true, get: function () { return enum_1.BlockchainEnum; } });
tslib_1.__exportStar(require("./enum"), exports);
tslib_1.__exportStar(require("./address"), exports);
tslib_1.__exportStar(require("./contract-address"), exports);

@@ -37,2 +37,1 @@ export declare enum BlockchainLayer1Enum {

}
export declare const Blockchain: typeof BlockchainEnum;

@@ -71,2 +71,1 @@ export var BlockchainLayer1Enum;

}
export const Blockchain = BlockchainEnum;

@@ -0,3 +1,5 @@

import { BlockchainEnum as Blockchain } from "./enum";
export * from "./enum";
export * from "./address";
export * from "./contract-address";
export { Blockchain };

@@ -0,3 +1,5 @@

import { BlockchainEnum as Blockchain } from "./enum";
export * from "./enum";
export * from "./address";
export * from "./contract-address";
export { Blockchain };
{
"name": "@rarible/types",
"version": "0.11.0-alpha.1",
"version": "0.11.0-alpha.2",
"keywords": [

@@ -33,3 +33,3 @@ "rarible",

},
"gitHead": "b705399f98d79c421c8782b2f26487c9db6f354e"
"gitHead": "92041e2977544cac147dd6dd1b3e28a38f588287"
}

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