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

vinli

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vinli - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

9

lib/device.js

@@ -151,2 +151,11 @@ var Utils = require('./utils');

};
Device.prototype.createSubscription = function(_options) {
return client.post(
'event',
'devices/' + this.id + '/subscriptions',
{ subscription: _options }).then(function(resp) {
return new client.Subscription(resp.subscription);
});
};

@@ -153,0 +162,0 @@ Device.fetch = function(id) {

2

package.json
{
"name": "vinli",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official Node.js SDK for interacting with the Vinli Platform",

@@ -5,0 +5,0 @@ "main": "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