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 0.2.4 to 0.2.5

1

dist/regexp/index.d.ts

@@ -13,1 +13,2 @@ export declare const phone: RegExp;

export declare const did: RegExp;
export declare const didGrouped: RegExp;

5

dist/regexp/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.did = exports.iban = exports.swift = exports.bytes32 = exports.secp256k1 = exports.X25519 = exports.bitcoinAddress = exports.ethereumAddress = exports.isoDate = exports.email = exports.uri = exports.phone = void 0;
exports.didGrouped = exports.did = exports.iban = exports.swift = exports.bytes32 = exports.secp256k1 = exports.X25519 = exports.bitcoinAddress = exports.ethereumAddress = exports.isoDate = exports.email = exports.uri = exports.phone = void 0;
// Common

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

// DID
exports.did = /^(?<did>did:(?<method>[\w]+)(?:[:]{1})(?<submethod>[\w]+)?(?:[:]{1})?(?<id>0x\w{64}))(?<query>\?[\w=&%-]+)?(?:#)?(?<fragment>([\w-]+))?$/i;
exports.did = /^did:orgid:([a-zA-Z]*:)?(0x[a-fA-F0-9]{64})?(\?([\w=&%-]+))?((?:#)([[0-9a-zA-Z-]+))?$/i;
exports.didGrouped = /^(?<did>did:(?<method>[a-zA-Z]+):(?<submethod>[a-zA-Z]+)?([:]{1})?(?<id>0x[a-fA-F0-9]{64}))?(\?(?<query>[\w\d=&%-]+))?((?:#)(?<fragment>[[0-9a-zA-Z-]+))?$/i;
//# sourceMappingURL=index.js.map
{
"name": "@windingtree/org.id-utils",
"version": "0.2.4",
"version": "0.2.5",
"description": "Shared ORGiD utilities",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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