New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adobe/aio-lib-cloudmanager

Package Overview
Dependencies
Maintainers
18
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-lib-cloudmanager - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

.eslintrc.json

@@ -11,4 +11,5 @@ {

}],
"no-console": ["error"],
"aio-lib-cloudmanager-error-codes": "error"
}
}
# Changelog
## [1.1.1](https://github.com/adobe/aio-lib-cloudmanager/compare/1.1.0...1.1.1) (2021-06-30)
### Bug Fixes
* remove console.log statement from tailExecutionStepLog. fixes [#172](https://github.com/adobe/aio-lib-cloudmanager/issues/172) ([#173](https://github.com/adobe/aio-lib-cloudmanager/issues/173)) ([87f3692](https://github.com/adobe/aio-lib-cloudmanager/commit/87f3692fe66c7df6c3657e088e48d764976540fd))
# [1.1.0](https://github.com/adobe/aio-lib-cloudmanager/compare/1.0.1...1.1.0) (2021-06-30)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "@adobe/aio-lib-cloudmanager",
"version": "1.1.0",
"version": "1.1.1",
"description": "Adobe I/O Cloud Manager Library",

@@ -5,0 +5,0 @@ "repository": {

@@ -671,3 +671,2 @@ /*

currentStartLimit = parseInt(currentStartLimit) + parseInt(contentLength)
console.log(currentStartLimit)
} else if (res.status === 416 || res.status === 404) {

@@ -674,0 +673,0 @@ // 416 means there's more data potentially available; 404 means the log isn't ready 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