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

@8base/file-server-sdk

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/file-server-sdk - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

lib/index.d.ts

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

import { ApolloLink, Observable, Operation, NextLink } from 'apollo-link';
import { ApolloLink, Observable, Operation, NextLink } from 'apollo-link-core';
export declare class FileUploadLink extends ApolloLink {

@@ -3,0 +3,0 @@ private url;

@@ -46,3 +46,3 @@ var __extends = (this && this.__extends) || (function () {

};
import { ApolloLink, Observable, } from 'apollo-link';
import { ApolloLink, Observable, } from 'apollo-link-core';
import gql from 'graphql-tag';

@@ -49,0 +49,0 @@ var FileUploadLink = (function (_super) {

{
"name": "@8base/file-server-sdk",
"version": "0.0.14",
"version": "0.0.15",
"description": "JavaScript SDK for working with files at 8base",

@@ -16,3 +16,3 @@ "main": "./lib/index.js",

"dependencies": {
"apollo-link": "^0.7.0",
"apollo-link-core": "^0.5.4",
"graphql": "^0.10.5",

@@ -19,0 +19,0 @@ "typed-graphql": "^1.0.2"

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