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

@nodeswork/utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeswork/utils - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/metrics/built-in.operators.js

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

return {
v: v1.v * v1.w + v2.v * v2.w,
v: (v1.v * v1.w + v2.v * v2.w) / (v1.w + v2.w),
w: v1.w + v2.w,

@@ -27,0 +27,0 @@ };

{
"name": "@nodeswork/utils",
"version": "0.1.5",
"version": "0.1.6",
"description": "Utilities used across nodeswork repos.",

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

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