Comparing version 3.10.0 to 3.11.0
@@ -28,2 +28,6 @@ // Licensed to the Apache Software Foundation (ASF) under one or more contributor | ||
update (options) { | ||
return this.feed('UPDATE', options) | ||
} | ||
feed (event, options) { | ||
@@ -30,0 +34,0 @@ if (!this.feed_name(options)) { |
{ | ||
"name": "openwhisk", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"description": "JavaScript client library for the OpenWhisk platform", | ||
@@ -45,3 +45,3 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"needle": "^2.0.1", | ||
"needle": "^2.1.0", | ||
"@types/node": "^8.0.26", | ||
@@ -48,0 +48,0 @@ "@types/swagger-schema-official": "^2.0.6" |
@@ -250,3 +250,3 @@ # OpenWhisk Client for JavaScript | ||
ow.packages.get({name: '...'}) | ||
ow.feeds.get({name: '...'}) | ||
ow.feeds.get({name: '...', trigger: '...'}) | ||
``` | ||
@@ -419,6 +419,7 @@ | ||
### create feeds | ||
### create & update feeds | ||
```javascript | ||
ow.feeds.create({feedName: '...', trigger: '...'}) | ||
ow.feeds.update({feedName: '...', trigger: '...'}) | ||
``` | ||
@@ -425,0 +426,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
73194
1006
554
1
Updatedneedle@^2.1.0