Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@drippy-music/commons

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drippy-music/commons - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -54,3 +54,3 @@ const fuzz = require('fuzzball');

const fuse_match = fuse.search(query).map(e => new Match(100 - Math.floor(e.score * 100), e.refIndex));
const fuzz_match = fuzz.extract(query, choices).map(e => new Match(e[1], e[2]));
const fuzz_match = fuzz.extract(query, choices, { full_process: false }).map(e => new Match(e[1], e[2]));
merged.push(_mergeScores([fuse_match, fuzz_match]));

@@ -57,0 +57,0 @@ } while (queries.length);

{
"name": "@drippy-music/commons",
"version": "1.0.3",
"version": "1.0.4",
"description": "Drippy's common Node.JS utilities",

@@ -5,0 +5,0 @@ "main": "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