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

radar_client

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radar_client - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

3

Changelog.md

@@ -0,1 +1,4 @@

### 0.12.0
* engine.io-client updated to v1.4.2
### 0.11.0

@@ -2,0 +5,0 @@ * Stream resource API added

7

package.json
{
"name": "radar_client",
"description": "Realtime apps with a high level API based on engine.io",
"version": "0.11.0",
"version": "0.12.0",
"author": "Mikito Takada <mikito.takada@gmail.com>",

@@ -35,3 +35,3 @@ "contributors": [

"minilog": "*",
"engine.io-client": "1.3.1",
"engine.io-client": "1.4.2",
"sfsm": "0.0.4"

@@ -52,5 +52,4 @@ },

"prebuild": "npm run check-modules",
"build": "./node_modules/gluejs/bin/gluejs --include ./lib --npm microee,sfsm --replace engine.io-client=eio,minilog=Minilog --global RadarClient --main lib/index.js --out dist/radar_client.js",
"prepublish": "npm run build && npm run check-clean || echo 'You cannot publish with outdated dependecies or uncommitted build changes.'"
"build": "./node_modules/gluejs/bin/gluejs --include ./lib --npm microee,sfsm --replace engine.io-client=eio,minilog=Minilog --global RadarClient --main lib/index.js --out dist/radar_client.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