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

@purple/serverless-git-branch-stage-plugin

Package Overview
Dependencies
Maintainers
16
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purple/serverless-git-branch-stage-plugin - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

6

package.json
{
"name": "@purple/serverless-git-branch-stage-plugin",
"version": "1.1.0",
"version": "1.2.0",
"engines": {

@@ -25,3 +25,5 @@ "node": ">=12"

},
"dependencies": {},
"dependencies": {
"camelcase": "^6.2.0"
},
"devDependencies": {

@@ -28,0 +30,0 @@ "eslint": "^6.8.0",

@@ -42,2 +42,3 @@ 'use strict'

module.exports.getBranch = getBranch
module.exports.getBasePath = () => toBasePath(getBranch())
module.exports.getStage = () => camelcase(toBasePath(getBranch()))
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