New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@windingtree/org.id-utils

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windingtree/org.id-utils - npm Package Compare versions

Comparing version 1.0.0-beta.44 to 1.0.0-beta.45

3

dist/regexp/index.d.ts

@@ -9,3 +9,6 @@ export declare const phone: RegExp;

export declare const blockchainAccountId: RegExp;
export declare const blockchainAccountIdWithLegacy: RegExp;
export declare const blockchainAccountIdGrouped: RegExp;
export declare const blockchainAccountIdLegacy: RegExp;
export declare const blockchainAccountIdLegacyGrouped: RegExp;
export declare const X25519: RegExp;

@@ -12,0 +15,0 @@ export declare const secp256k1: RegExp;

9

dist/regexp/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ipfsUriGrouped = exports.ipfsUri = exports.ipfsCidV1Base58btc = exports.ipfsCidV1Base32 = exports.ipfsCidV0 = exports.ipfs = exports.uuid4 = exports.didGrouped = exports.didOnly = exports.did = exports.iban = exports.swift = exports.bytes32 = exports.secp256k1 = exports.X25519 = exports.blockchainAccountIdGrouped = exports.blockchainAccountId = exports.bitcoinAddress = exports.ethereumAddress = exports.isoDate = exports.email = exports.uriHttp = exports.uri = exports.phone = void 0;
exports.ipfsUriGrouped = exports.ipfsUri = exports.ipfsCidV1Base58btc = exports.ipfsCidV1Base32 = exports.ipfsCidV0 = exports.ipfs = exports.uuid4 = exports.didGrouped = exports.didOnly = exports.did = exports.iban = exports.swift = exports.bytes32 = exports.secp256k1 = exports.X25519 = exports.blockchainAccountIdLegacyGrouped = exports.blockchainAccountIdLegacy = exports.blockchainAccountIdGrouped = exports.blockchainAccountIdWithLegacy = exports.blockchainAccountId = exports.bitcoinAddress = exports.ethereumAddress = exports.isoDate = exports.email = exports.uriHttp = exports.uri = exports.phone = void 0;
// Common

@@ -13,4 +13,7 @@ exports.phone = /^([+]{0,1})([0-9- ()/]+)$/;

exports.bitcoinAddress = /^(bc1|[13]{1})([a-zA-HJ-NP-Z0-9]{25,39})$/;
exports.blockchainAccountId = /^([a-zA-Z-0-9]+)@([a-zA-Z-0-9]+):([a-zA-Z-0-9]+)$/;
exports.blockchainAccountIdGrouped = /^(?<accountId>[a-zA-Z-0-9]+)@(?<blockchainType>[a-zA-Z-0-9]+):(?<blockchainId>[a-zA-Z-0-9]+)$/;
exports.blockchainAccountId = /^([-a-zA-Z0-9]{5,41}):([-a-zA-Z0-9]{1,32}):([a-zA-Z0-9]{1,64})$/;
exports.blockchainAccountIdWithLegacy = /^([-a-zA-Z0-9]{5,41}):([-a-zA-Z0-9]{1,32}):([a-zA-Z0-9]{1,64})|([a-zA-Z0-9]{1,64})@([-a-z0-9]{5,41}):([-a-zA-Z-0-9]{1,32})$/;
exports.blockchainAccountIdGrouped = /^(?<blockchainType>[-a-zA-Z0-9]{5,41}):(?<chainId>[-a-zA-Z0-9]{1,32}):(?<accountAddress>[a-zA-Z0-9]{1,64})$/;
exports.blockchainAccountIdLegacy = /^([a-zA-Z0-9]{1,64})@([-a-z0-9]{5,41}):([-a-zA-Z-0-9]{1,32})$/;
exports.blockchainAccountIdLegacyGrouped = /^(?<accountAddress>[a-zA-Z0-9]{1,64})@(?<blockchainType>[-a-z0-9]{5,41}):(?<chainId>[-a-zA-Z-0-9]{1,32})$/;
// Public keys (as strings)

@@ -17,0 +20,0 @@ exports.X25519 = /^(MCowBQYDK2VuAyEA[a-zA-Z0-9/]{43}=)$/;

{
"name": "@windingtree/org.id-utils",
"version": "1.0.0-beta.44",
"version": "1.0.0-beta.45",
"description": "Shared ORGiD utilities",

@@ -41,28 +41,28 @@ "main": "dist/index.js",

"dependencies": {
"ajv": "8.6.3",
"ajv": "8.8.2",
"ajv-formats": "2.1.1",
"axios": "0.24.0",
"ethers": "5.5.1"
"ethers": "5.5.3"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/chai": "4.2.22",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4",
"@types/mocha": "9.0.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@windingtree/org.id-test-http-server": "^1.0.0-beta.44",
"@windingtree/org.json-schema": "1.0.0-beta.9",
"@types/node": "17.0.8",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"@windingtree/org.id-test-http-server": "^1.0.0-beta.45",
"@windingtree/org.json-schema": "1.0.1",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"eslint": "8.2.0",
"eslint": "8.6.0",
"mocha": "9.1.3",
"nyc": "15.1.0",
"ts-node": "10.4.0",
"typedoc": "0.22.9",
"typedoc-plugin-markdown": "3.11.6",
"typescript": "4.4.4"
"typedoc": "0.22.10",
"typedoc-plugin-markdown": "3.11.11",
"typescript": "4.5.4"
},
"gitHead": "36d8a37a61f7455436e48f484282c5fb11cd43a4"
"gitHead": "f9b736b751dd82f74c9fc7b54e78b03c8cd1e521"
}

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