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.1.9 to 0.1.10

build/blockchains.d.ts

4

build/item-id.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toItemId = void 0;
var blockchains_1 = require("./blockchains");
function toItemId(value) {
if (!blockchains_1.isBlockchainSpecified(value)) {
throw new Error("Not an ItemId: " + value);
}
return value;
}
exports.toItemId = toItemId;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toOrderId = void 0;
var blockchains_1 = require("./blockchains");
function toOrderId(value) {
if (!blockchains_1.isBlockchainSpecified(value)) {
throw new Error("Not an OrderId: " + value);
}
return value;
}
exports.toOrderId = toOrderId;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toOwnershipId = void 0;
var blockchains_1 = require("./blockchains");
function toOwnershipId(value) {
if (!blockchains_1.isBlockchainSpecified(value)) {
throw new Error("Not an OwnershipId: " + value);
}
return value;
}
exports.toOwnershipId = toOwnershipId;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toUnionAddress = void 0;
var blockchains_1 = require("./blockchains");
function toUnionAddress(value) {
if (!blockchains_1.isBlockchainSpecified(value)) {
throw new Error("Not a UnionAddress: " + value);
}
return value;
}
exports.toUnionAddress = toUnionAddress;

4

package.json
{
"name": "@rarible/types",
"version": "0.1.9",
"version": "0.1.10",
"keywords": [

@@ -38,3 +38,3 @@ "rarible",

},
"gitHead": "a6d63ec43b4e69775d73d372f579251fc1ff0d99"
"gitHead": "f526c219d16137d3feef7d205e6af83bb556624b"
}

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