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

instant-local-throwaway

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instant-local-throwaway - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/index.es.js

@@ -2145,3 +2145,3 @@ import { useState, useEffect } from 'react';

db._token = token;
var ws = new WebSocket("ws://instant-server.herokuapp.com", null);
var ws = new WebSocket("wss://instant-server.herokuapp.com", null);

@@ -2148,0 +2148,0 @@ ws.onmessage = function (event) {

@@ -2149,3 +2149,3 @@ 'use strict';

db._token = token;
var ws = new WebSocket("ws://instant-server.herokuapp.com", null);
var ws = new WebSocket("wss://instant-server.herokuapp.com", null);

@@ -2152,0 +2152,0 @@ ws.onmessage = function (event) {

{
"name": "instant-local-throwaway",
"version": "1.0.2",
"version": "1.0.3",
"description": "This is an experiment for instant",

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

@@ -29,3 +29,3 @@ import { useState, useEffect } from "react";

db._token = token;
const ws = new WebSocket("ws://instant-server.herokuapp.com", null);
const ws = new WebSocket("wss://instant-server.herokuapp.com", null);
ws.onmessage = function (event) {

@@ -32,0 +32,0 @@ db.change(tripleDB.createDB(JSON.parse(event.data)));

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