Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ta-scripts

Package Overview
Dependencies
Maintainers
13
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ta-scripts - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

2

aws/stage.js

@@ -126,3 +126,3 @@ #!/usr/bin/env node

cache[file] = sh.cat(file)
sh.sed('-i', pathRegExp, (group, g1, g2) => `${g1}/${stagedPath}/${g2}`, file)
sh.sed('-i', pathRegExp, (group, g1, g2) => `${g1}/${stagedPath}${g2 === '"' ? g2 : `/${g2}`}`, file)
})

@@ -129,0 +129,0 @@

{
"name": "ta-scripts",
"version": "2.3.2",
"version": "2.3.3",
"description": "CI/CD scripts",

@@ -20,3 +20,3 @@ "main": "index.js",

"author": "TechnologyAdvice <devteam@technologyadvice.com>",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -23,0 +23,0 @@ "url": "https://github.com/TechnologyAdvice/scripts/issues"

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