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

ngin_client

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngin_client - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

2

modelbase.js

@@ -140,3 +140,3 @@ "use strict"

if (!options.url) {
options.url = _.isFunction(this.prototype.url) ? this.prototype.url(options) : this.prototype.url
options.url = _.isFunction(this.prototype.url) ? this.prototype.url.call({}, options) : this.prototype.url
}

@@ -143,0 +143,0 @@

{
"name": "ngin_client",
"version": "0.1.29",
"version": "0.1.30",
"description": "Node client for interacting with the NGIN API services",

@@ -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