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.0 to 0.2.1

2

dist/index.d.ts
export * as uid from './uid';
export * as http from './http';
export * as errors from './errors';

4

dist/index.js

@@ -22,4 +22,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.uid = void 0;
exports.errors = exports.http = exports.uid = void 0;
exports.uid = __importStar(require("./uid"));
exports.http = __importStar(require("./http"));
exports.errors = __importStar(require("./errors"));
//# sourceMappingURL=index.js.map
{
"name": "@windingtree/org.id-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "Shared ORGiD utilities",

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

"build": "rm -rf dist && npx tsc -p tsconfig-build.json",
"build:docs": "rm -rf docs && npx typedoc --out docs src",
"build:docs": "rm -rf docs && npx typedoc --plugin typedoc-plugin-markdown --entryDocument docs/modules.md --out docs src/index.ts",
"test": "npx jest",

@@ -45,4 +45,5 @@ "test:coverage": "npx jest --coverage"

"typedoc": "0.20.36",
"typedoc-plugin-markdown": "3.8.1",
"typescript": "4.2.4"
}
}

@@ -30,2 +30,2 @@ # @windingtree/org.id-utils

[Generated docs](./docs/index.html)
[Generated docs](docs/docs/modules.md)

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