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.1 to 1.2.2

3

apollo/create-connection-link.js

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

const client_1 = require("@apollo/client");
const subscriptions_1 = require("@apollo/client/link/subscriptions");
const utilities_1 = require("@apollo/client/utilities");

@@ -25,3 +24,3 @@ const context_1 = require("@apollo/client/link/context");

const wsLink = wsEndpoint &&
new subscriptions_1.GraphQLWsLink((0, graphql_ws_1.createClient)({
new (require("@apollo/client/link/subscriptions").GraphQLWsLink)((0, graphql_ws_1.createClient)({
url: wsEndpoint,

@@ -28,0 +27,0 @@ }));

{
"name": "@vivse/frontend-library",
"version": "1.2.1",
"version": "1.2.2",
"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