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.0.2 to 1.0.3

2

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

@@ -5,0 +5,0 @@ "node": ">=12"

# serverless-git-branch-stage-plugin
[![CI Status Badge](https://circleci.com/gh/purple-technology/serverless-git-branch-stage-plugin.svg?style=svg)](https://github.com/purple-technology/serverless-git-branch-stage-plugin)
This plugin provides two Serverless variables:

@@ -3,0 +6,0 @@

@@ -22,3 +22,3 @@ 'use strict'

serverless.variables.getValueFromSource = variable => {
const matches = variable.match(/^git:stage:(stage|basePath)$/)
const matches = variable.match(/^git:(stage|basePath)$/)
if (matches === null) {

@@ -25,0 +25,0 @@ return delegate(variable)

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