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

@ibm-functions/composer

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ibm-functions/composer - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

composer.js

@@ -269,3 +269,3 @@ /*

if (typeof combinators === 'string') { // lower to combinators of specific composer version
combinators = Object.keys(this.combinators.filter(key => semver.gte(combinators, this.combinators[key].since)))
combinators = Object.keys(this.combinators).filter(key => semver.gte(combinators, this.combinators[key].since))
}

@@ -272,0 +272,0 @@

{
"name": "@ibm-functions/composer",
"version": "0.5.1",
"version": "0.5.2",
"description": "Composer is an IBM Cloud Functions programming model for composing individual functions into larger applications.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/ibm-functions/composer",

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