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

vinli

Package Overview
Dependencies
Maintainers
1
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 0.2.2 to 0.2.3

2

lib/rule.js

@@ -62,3 +62,3 @@ var Utils = require('./utils');

_options = Hoek.applyToDefaults({ limit: 20, objectId: this.id }, _options || {});
_options = Hoek.applyToDefaults({ limit: 20, objectId: this.id, type: 'rule' }, _options || {});
Joi.assert(_options, {

@@ -65,0 +65,0 @@ limit: Joi.number().integer().min(0).max(100),

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

var Joi = require('joi');
var Event = require('./event');

@@ -48,3 +47,2 @@ var Subscription = function(_obj) {

_options).then(function(resp) {
resp.events = resp.events.map(function(v) { return new Event(v); });
return Utils.listResponse(resp, 'events', self.events, self);

@@ -51,0 +49,0 @@ });

{
"name": "vinli",
"version": "0.2.2",
"version": "0.2.3",
"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