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

@cornerstonejs/tools

Package Overview
Dependencies
Maintainers
6
Versions
738
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cornerstonejs/tools - npm Package Compare versions

Comparing version 0.21.10 to 0.21.11

4

dist/cjs/enums/ToolBindings.d.ts

@@ -14,5 +14,5 @@ declare enum MouseBindings {

Shift = 16,
Ctrl = 18,
Alt = 17
Ctrl = 17,
Alt = 18
}
export { MouseBindings, KeyboardBindings };

@@ -20,6 +20,6 @@ "use strict";

KeyboardBindings[KeyboardBindings["Shift"] = 16] = "Shift";
KeyboardBindings[KeyboardBindings["Ctrl"] = 18] = "Ctrl";
KeyboardBindings[KeyboardBindings["Alt"] = 17] = "Alt";
KeyboardBindings[KeyboardBindings["Ctrl"] = 17] = "Ctrl";
KeyboardBindings[KeyboardBindings["Alt"] = 18] = "Alt";
})(KeyboardBindings || (KeyboardBindings = {}));
exports.KeyboardBindings = KeyboardBindings;
//# sourceMappingURL=ToolBindings.js.map

@@ -14,5 +14,5 @@ declare enum MouseBindings {

Shift = 16,
Ctrl = 18,
Alt = 17
Ctrl = 17,
Alt = 18
}
export { MouseBindings, KeyboardBindings };

@@ -16,6 +16,6 @@ var MouseBindings;

KeyboardBindings[KeyboardBindings["Shift"] = 16] = "Shift";
KeyboardBindings[KeyboardBindings["Ctrl"] = 18] = "Ctrl";
KeyboardBindings[KeyboardBindings["Alt"] = 17] = "Alt";
KeyboardBindings[KeyboardBindings["Ctrl"] = 17] = "Ctrl";
KeyboardBindings[KeyboardBindings["Alt"] = 18] = "Alt";
})(KeyboardBindings || (KeyboardBindings = {}));
export { MouseBindings, KeyboardBindings };
//# sourceMappingURL=ToolBindings.js.map
{
"name": "@cornerstonejs/tools",
"version": "0.21.10",
"version": "0.21.11",
"description": "Cornerstone3D Tools",

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

},
"gitHead": "17989f3a178662888b2471c8159449941f7a7a0f"
"gitHead": "5fb156242b4629787660f24460852ad69de6248d"
}

Sorry, the diff of this file is too big to display

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