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

@metrichor/epi2me-web

Package Overview
Dependencies
Maintainers
3
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metrichor/epi2me-web - npm Package Compare versions

Comparing version 5.0.4927889 to 5.0.4961252

4

cjs/instantiateProfileManager.js

@@ -21,4 +21,4 @@ "use strict";

endpoint: ts_runtime_typecheck_1.isOptString,
billing_account: ts_runtime_typecheck_1.isOptString,
compute_account: ts_runtime_typecheck_1.isOptString,
billing_account: ts_runtime_typecheck_1.isOptIndex,
compute_account: ts_runtime_typecheck_1.isOptIndex,
});

@@ -25,0 +25,0 @@ const asProfileFileStructure = ts_runtime_typecheck_1.asStruct({

@@ -1,2 +0,2 @@

import { asStruct, isOptDictionaryOf, isOptString, isStruct } from 'ts-runtime-typecheck';
import { asStruct, isOptDictionaryOf, isOptIndex, isOptString, isStruct } from 'ts-runtime-typecheck';
import { ProfileManager } from './ProfileManager';

@@ -18,4 +18,4 @@ import { url as DEFAULT_ENDPOINT } from './default_options.json';

endpoint: isOptString,
billing_account: isOptString,
compute_account: isOptString,
billing_account: isOptIndex,
compute_account: isOptIndex,
});

@@ -22,0 +22,0 @@ const asProfileFileStructure = asStruct({

@@ -12,3 +12,3 @@ {

"private": false,
"version": "5.0.4927889",
"version": "5.0.4961252",
"main": "cjs/index-web.js",

@@ -15,0 +15,0 @@ "module": "esm/index-web.js",

@@ -1,2 +0,2 @@

import type { Dictionary, Optional } from 'ts-runtime-typecheck';
import type { Dictionary, Index, Optional } from 'ts-runtime-typecheck';
export interface Profile {

@@ -6,4 +6,4 @@ apikey?: Optional<string>;

endpoint?: Optional<string>;
billing_account?: Optional<string>;
compute_account?: Optional<string>;
billing_account?: Optional<Index>;
compute_account?: Optional<Index>;
}

@@ -10,0 +10,0 @@ export interface ProfileFileStructure {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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