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.45 to 1.0.0-beta.46

dist/parsers/index.d.ts

1

dist/index.d.ts

@@ -7,1 +7,2 @@ export * as uid from './uid';

export * as common from './common';
export * as parsers from './parsers';

3

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.common = exports.object = exports.regexp = exports.errors = exports.http = exports.uid = void 0;
exports.parsers = exports.common = exports.object = exports.regexp = exports.errors = exports.http = exports.uid = void 0;
exports.uid = __importStar(require("./uid"));

@@ -30,2 +30,3 @@ exports.http = __importStar(require("./http"));

exports.common = __importStar(require("./common"));
exports.parsers = __importStar(require("./parsers"));
//# sourceMappingURL=index.js.map
{
"name": "@windingtree/org.id-utils",
"version": "1.0.0-beta.45",
"version": "1.0.0-beta.46",
"description": "Shared ORGiD utilities",

@@ -66,3 +66,3 @@ "main": "dist/index.js",

},
"gitHead": "f9b736b751dd82f74c9fc7b54e78b03c8cd1e521"
"gitHead": "06a82dba4769bbca8cc80c313a1543ea4600d949"
}

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