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

@metrichor/epi2me-client-web

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-web - npm Package Compare versions

Comparing version 0.2.10447595 to 0.2.10451934

2

index.js

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

const id = object[key];
tsRuntimeTypecheck.invariant(typeof id === 'string', `Missing primary key "${key}" in "${typename}" response object.`);
tsRuntimeTypecheck.invariant(typeof id === 'string' || typeof id === 'number', `Missing primary key "${key}" in "${typename}" response object.`);
return `${typename}:${id}`;

@@ -16,0 +16,0 @@ };

{
"name": "@metrichor/epi2me-client-web",
"version": "0.2.10447595",
"version": "0.2.10451934",
"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