Socket
Socket
Sign inDemoInstall

@caoshouse/dcmtk_x64

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

dist/index.d.ts

@@ -1,1 +0,1 @@

export default function getPath(): string;
export declare function getPath(): string;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getPath = void 0;
const path_1 = __importDefault(require("path"));

@@ -11,3 +12,3 @@ function getPath() {

}
exports.default = getPath;
exports.getPath = getPath;
//# sourceMappingURL=index.js.map
{
"name": "@caoshouse/dcmtk_x64",
"version": "1.0.0",
"version": "1.0.1",
"description": "binaries for @caoshouse/dcmtk (x64)",

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

@@ -5,4 +5,4 @@

export default function getPath() {
export function getPath() {
return path.join(__dirname, 'bin')
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc