New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/diviner-archivist-client.graphql

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/diviner-archivist-client.graphql - npm Package Compare versions

Comparing version 0.55.8-alpha.0 to 0.55.9-alpha.0

3

dist/index.js

@@ -29,3 +29,2 @@ "use strict";

const apollo_cache_inmemory_1 = require("apollo-cache-inmemory");
const cross_fetch_1 = __importDefault(require("cross-fetch"));
class XyoDivinerArchivistGraphQLClient extends base_1.XyoBase {

@@ -36,3 +35,3 @@ constructor(archivistUrl) {

const httpLink = apollo_link_http_1.createHttpLink({
fetch: cross_fetch_1.default,
fetch,
uri: this.archivistUrl,

@@ -39,0 +38,0 @@ fetchOptions: {

{
"name": "@xyo-network/diviner-archivist-client.graphql",
"version": "0.55.8-alpha.0",
"version": "0.55.9-alpha.0",
"description": "Implements a client to communicate with an archivist via graphql",

@@ -10,5 +10,5 @@ "main": "dist/index.js",

"dependencies": {
"@xyo-network/base": "^0.55.8-alpha.0",
"@xyo-network/diviner-archivist-client": "^0.55.8-alpha.0",
"@xyo-network/meta-list": "^0.55.8-alpha.0",
"@xyo-network/base": "^0.55.9-alpha.0",
"@xyo-network/diviner-archivist-client": "^0.55.9-alpha.0",
"@xyo-network/meta-list": "^0.55.9-alpha.0",
"apollo-cache-inmemory": "^1.3.10",

@@ -32,3 +32,3 @@ "apollo-client": "^2.4.6",

},
"gitHead": "276868c46de4a29d5163cf7cbadf2a11c5aec959"
"gitHead": "70501fb6695d77441d4836fb19b7cbf617ed102a"
}

@@ -19,3 +19,3 @@ /*

import { InMemoryCache } from 'apollo-cache-inmemory'
import fetch from 'cross-fetch'
import crossFetch from 'cross-fetch'

@@ -22,0 +22,0 @@ export class XyoDivinerArchivistGraphQLClient extends XyoBase implements IXyoDivinerArchivistClient {

Sorry, the diff of this file is not supported yet

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