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 4.0.4830031 to 4.0.4842297

17

cjs/graphql.js

@@ -6,13 +6,2 @@ "use strict";

*/
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -239,3 +228,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

// GraphQLFS
const _a = parseCoreOpts_1.parseCoreOpts(opts), { apikey, apisecret, jwt, log, local, signing, url: originalUrl } = _a, parsedOpts = __rest(_a, ["apikey", "apisecret", "jwt", "log", "local", "signing", "url"]);
const { apikey, apisecret, jwt, log, local, signing, url: originalUrl, agent_version: agentVersion, user_agent: userAgent, } = parseCoreOpts_1.parseCoreOpts(opts);
// https://epi2me-dev.bla => https://graphql.epi2me-dev.bla

@@ -248,5 +237,5 @@ let url = originalUrl.replace(/:\/\//, '://graphql.');

base_url: url,
agent_version: parsedOpts.agent_version,
agent_version: agentVersion,
local,
user_agent: parsedOpts.user_agent,
user_agent: userAgent,
signing,

@@ -253,0 +242,0 @@ apikey,

@@ -5,13 +5,2 @@ /*

*/
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
import gql from 'graphql-tag';

@@ -233,3 +222,3 @@ import PageFragment from './fragments/PageFragment';

// GraphQLFS
const _a = parseCoreOpts(opts), { apikey, apisecret, jwt, log, local, signing, url: originalUrl } = _a, parsedOpts = __rest(_a, ["apikey", "apisecret", "jwt", "log", "local", "signing", "url"]);
const { apikey, apisecret, jwt, log, local, signing, url: originalUrl, agent_version: agentVersion, user_agent: userAgent, } = parseCoreOpts(opts);
// https://epi2me-dev.bla => https://graphql.epi2me-dev.bla

@@ -242,5 +231,5 @@ let url = originalUrl.replace(/:\/\//, '://graphql.');

base_url: url,
agent_version: parsedOpts.agent_version,
agent_version: agentVersion,
local,
user_agent: parsedOpts.user_agent,
user_agent: userAgent,
signing,

@@ -247,0 +236,0 @@ apikey,

2

package.json

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

"private": false,
"version": "4.0.4830031",
"version": "4.0.4842297",
"main": "cjs/index-web.js",

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

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

Sorry, the diff of this file is not supported yet

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

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