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

@metrichor/epi2me-client-node

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metrichor/epi2me-client-node - npm Package Compare versions

Comparing version 0.2.10458868 to 0.2.10575529

2

index.js

@@ -121,3 +121,3 @@ 'use strict';

const current_pages = Math.floor(current_results / pageSize);
end = Math.max(current_pages, 1) * pageSize;
end = Math.min(Math.max(current_pages, 1) * pageSize, existing.totalCount);
start = 0;

@@ -124,0 +124,0 @@ }

{
"name": "@metrichor/epi2me-client-node",
"version": "0.2.10458868",
"version": "0.2.10575529",
"license": "MPL-2.0",

@@ -5,0 +5,0 @@ "author": "Metrichor <support@nanoporetech.com>",

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