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

@vivse/frontend-library

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivse/frontend-library - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

3

apollo/create-connection-link.js

@@ -38,6 +38,5 @@ "use strict";

const { createClient } = require("graphql-ws");
const ws = require("ws");
wsLink = new GraphQLWsLink(createClient({
url: wsEndpoint,
webSocketImpl: isSSR && ws,
webSocketImpl: isSSR && require("ws"),
connectionParams: () => __awaiter(void 0, void 0, void 0, function* () {

@@ -44,0 +43,0 @@ return (Object.assign({}, (yield getAuthHeaders())));

{
"name": "@vivse/frontend-library",
"version": "1.2.6",
"version": "1.2.7",
"description": "Library shared between react projects",

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

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