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

@lykkex/subzero

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lykkex/subzero - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/bundle/socket.d.ts

@@ -6,2 +6,4 @@ export interface IProxy {

isConnected?: () => boolean;
onopen?: () => void;
onclose?: () => void;
}

@@ -8,0 +10,0 @@ export interface ISocket {

@@ -6,2 +6,4 @@ export interface IProxy {

isConnected?: () => boolean;
onopen?: () => void;
onclose?: () => void;
}

@@ -8,0 +10,0 @@ export interface ISocket {

5

package.json
{
"name": "@lykkex/subzero",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {

@@ -9,4 +9,3 @@ "precommit": "lint-staged",

"build": "tsc -p . && rollup -c",
"start": "npm run-script compile && npm run-script build",
"publish": "yarn build && npm publish"
"start": "npm run-script compile && npm run-script build"
},

@@ -13,0 +12,0 @@ "main": "./dist/bundle/subzero.js",

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