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

dock-spawn-ts

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dock-spawn-ts - npm Package Compare versions

Comparing version 2.401.0 to 2.402.0

4

lib/js/DockManager.js

@@ -352,3 +352,5 @@ import { DockWheel } from "./DockWheel.js";

if (dockedToPrevious) {
ratios[ratios.length - 1] = ratios[ratios.length - 1] - ratio;
for (let i = 0; i < ratios.length; i++) {
ratios[i] = ratios[i] - ratios[i] * ratio;
}
ratios.push(ratio);

@@ -355,0 +357,0 @@ }

{
"name": "dock-spawn-ts",
"version": "2.401.0",
"version": "2.402.0",
"description": "DockSpawn Typescript Version",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -430,3 +430,5 @@ import { DockWheel } from "./DockWheel.js";

if (dockedToPrevious) {
ratios[ratios.length - 1] = ratios[ratios.length - 1] - ratio;
for (let i = 0; i < ratios.length; i++) {
ratios[i] = ratios[i] - ratios[i] * ratio;
}
ratios.push(ratio);

@@ -433,0 +435,0 @@ } else {

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