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 3.21.2 to 3.21.3

4

CHANGELOG.md

@@ -22,2 +22,6 @@ <!--

## v3.21.3
* Relax action kind typing (#215)
## v3.21.2

@@ -24,0 +28,0 @@

15

lib/main.d.ts

@@ -259,16 +259,3 @@ /*

type Kind =
"" |
"java" |
"nodejs:default" |
"nodejs:6" |
"nodejs:8" |
"python:default" |
"python:3" |
"python:2" |
"swift:default" |
"swift:3.1.1" |
"swift:4.1" |
"php:default" |
"php:7.1";
type Kind = string;

@@ -275,0 +262,0 @@ interface Limits {

{
"name": "openwhisk",
"version": "3.21.2",
"version": "3.21.3",
"description": "JavaScript client library for the Apache OpenWhisk platform",

@@ -5,0 +5,0 @@ "main": "lib/main.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