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

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.22.0 to 1.23.0

6

lib/Resource/response/index.js

@@ -23,3 +23,7 @@ /*

, code = parseInt(res.statusCode)
, callback= function(err, json) { json.status_code = code; next(err, json) }
, callback= function(err, json) {
json = json || {}
json.status_code = code
next(err, json)
}

@@ -26,0 +30,0 @@ if(code === 500) err = new Error.OriskamiInternalServerError(json)

2

package.json
{
"name": "oriskami",
"version": "1.22.0",
"version": "1.23.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