Comparing version 3.21.2 to 3.21.3
@@ -22,2 +22,6 @@ <!-- | ||
## v3.21.3 | ||
* Relax action kind typing (#215) | ||
## v3.21.2 | ||
@@ -24,0 +28,0 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1
93807
21
1398