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.2.0 to 1.3.0

index.d.ts

8

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

@@ -29,8 +29,8 @@ "node": ">=12"

"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"prettier": "^1.19.1"
"prettier": "^2.2.0"
},

@@ -37,0 +37,0 @@ "lint-staged": {

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

const toBasePath = branch => branch.replace(/[^a-zA-Z0-9_]/g, '-')
const toBasePath = (branch) => branch.replace(/[^a-zA-Z0-9_]/g, '-')

@@ -22,3 +22,3 @@ module.exports = class ServerlessGitBranchStagePlugin {

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

@@ -25,0 +25,0 @@ if (matches === null) {

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