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

jscent

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscent - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

LICENSE

6

CHANGELOG.md

@@ -0,1 +1,7 @@

0.1.1
=====
* fix `url is not defined` error: https://github.com/centrifugal/jscent/issues/1
0.1.0

@@ -2,0 +8,0 @@ =====

2

lib/requests.js

@@ -16,3 +16,3 @@ var request = require('request');

request["post"](params, function(err, res) {
handleResponse(err, url, res, callback);
handleResponse(err, config.url, res, callback);
});

@@ -19,0 +19,0 @@ }

{
"name": "jscent",
"description": "Node.js client to interact with the Centrifugo HTTP API",
"version": "0.1.0",
"version": "0.1.1",
"author": "Alexandr Emelin <frvzmb@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [],

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