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

catl

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catl - npm Package Compare versions

Comparing version 1.4.13 to 1.4.14

2

package.json

@@ -112,3 +112,3 @@ {

},
"version": "1.4.13"
"version": "1.4.14"
}

@@ -42,3 +42,3 @@ // @flow

const getContextProc = ({packageJsonData, CIenvInfo}) => {
const getContextProc = ({packageJsonData, CIenvInfo, github}) => {
let options = toCamel(nopt({

@@ -57,3 +57,6 @@ branch: String,

...packageJsonData,
github: CIenvInfo.github,
github: {
...(github || {}),
...CIenvInfo.github
},
options:{

@@ -60,0 +63,0 @@ ...options,

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