Socket
Socket
Sign inDemoInstall

oriskami

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oriskami - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

8

lib/Resource/index.js

@@ -143,5 +143,7 @@ var _ = require("lodash")

*/
_.each(["error", "request", "response", "socket", "timeout"], function(handler){
Resource.prototype[handler] = require("./" + handler)
})
Resource.prototype.error = require("./error")
Resource.prototype.request = require("./request")
Resource.prototype.response = require("./response")
Resource.prototype.socket = require("./socket")
Resource.prototype.timeout = require("./timeout")

@@ -148,0 +150,0 @@ /*

{
"name": "oriskami",
"version": "1.13.0",
"version": "1.14.0",
"description": "API wrapper to Oriskami",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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