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.5.2 to 0.5.3

build/auction-id.d.ts

2

build/item-id.js

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

function toItemId(value) {
if (!(0, blockchains_1.isBlockchainSpecified)(value)) {
if (!(0, blockchains_1.isRealBlockchainSpecified)(value)) {
throw new Error("Not an ItemId: " + value);

@@ -9,0 +9,0 @@ }

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

function toOrderId(value) {
if (!(0, blockchains_1.isBlockchainSpecified)(value)) {
if (!(0, blockchains_1.isRealBlockchainSpecified)(value)) {
throw new Error("Not an OrderId: " + value);

@@ -9,0 +9,0 @@ }

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

function toOwnershipId(value) {
if (!(0, blockchains_1.isBlockchainSpecified)(value)) {
if (!(0, blockchains_1.isRealBlockchainSpecified)(value)) {
throw new Error("Not an OwnershipId: " + value);

@@ -9,0 +9,0 @@ }

{
"name": "@rarible/types",
"version": "0.5.2",
"version": "0.5.3",
"keywords": [

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

},
"gitHead": "3449ab449a4f05055e793e1f29f8e2bf43e66bcb"
"gitHead": "bec1931af7bd7b5b0c24d000703e7321af72fe77"
}

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