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

openwhisk

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openwhisk - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

1

lib/base_operation.js

@@ -61,2 +61,3 @@ 'use strict'

case 401:
case 403:
throw new Error(messages.INVALID_AUTH_ERROR)

@@ -63,0 +64,0 @@ case 404:

2

package.json
{
"name": "openwhisk",
"version": "2.1.1",
"version": "2.1.2",
"description": "JavaScript client library for the OpenWhisk platform",

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

@@ -9,2 +9,3 @@ 'use strict'

t.throws(() => base_operation.handle_errors({statusCode: 401}), /authentication failed/)
t.throws(() => base_operation.handle_errors({statusCode: 403}), /authentication failed/)
t.throws(() => base_operation.handle_errors({statusCode: 404}), /HTTP 404/)

@@ -11,0 +12,0 @@ t.throws(() => base_operation.handle_errors({statusCode: 408}), /timed out/)

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