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.10.0-alpha.28 to 0.10.0-alpha.31

1

build/blockchains/aptos/address/index.js

@@ -9,2 +9,3 @@ "use strict";

// Regular expression to validate an Aptos address.
// eslint-disable-next-line no-useless-escape
const aptosAddressRegExp = new RegExp(/^0[xX][0-9a-fA-F]{1,66}(\:\:[^:\s]+){0,2}$/);

@@ -11,0 +12,0 @@ function isAptosAddress(address) {

4

build/blockchains/union/enum/domain.js

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

BlockchainLayer1Enum["APTOS"] = "APTOS";
})(BlockchainLayer1Enum = exports.BlockchainLayer1Enum || (exports.BlockchainLayer1Enum = {}));
})(BlockchainLayer1Enum || (exports.BlockchainLayer1Enum = BlockchainLayer1Enum = {}));
exports.blockchainsLayer1 = Object.values(BlockchainLayer1Enum);

@@ -35,3 +35,3 @@ var BlockchainEnum;

BlockchainEnum["CHILIZ"] = "CHILIZ";
})(BlockchainEnum = exports.BlockchainEnum || (exports.BlockchainEnum = {}));
})(BlockchainEnum || (exports.BlockchainEnum = BlockchainEnum = {}));
exports.blockchains = Object.values(BlockchainEnum);

@@ -38,0 +38,0 @@ exports.evmBlockchains = [

@@ -6,2 +6,3 @@ import { randomBinary } from "../../../common/binary";

// Regular expression to validate an Aptos address.
// eslint-disable-next-line no-useless-escape
const aptosAddressRegExp = new RegExp(/^0[xX][0-9a-fA-F]{1,66}(\:\:[^:\s]+){0,2}$/);

@@ -8,0 +9,0 @@ export function isAptosAddress(address) {

{
"name": "@rarible/types",
"version": "0.10.0-alpha.28",
"version": "0.10.0-alpha.31",
"keywords": [

@@ -27,3 +27,3 @@ "rarible",

"dependencies": {
"@rarible/utils": "^0.10.0-alpha.28"
"@rarible/utils": "^0.10.0-alpha.31"
},

@@ -37,3 +37,3 @@ "peerDependencies": {

},
"gitHead": "a656d1007f4aa0ff6f9384ce25d8cd52f6d3a99c"
"gitHead": "6e8bd3709c12c0d2d70eca4cbbd8fa5d0465e5de"
}

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