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

@featurepeek/circleci

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featurepeek/circleci - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

4

index.js

@@ -38,7 +38,7 @@ #!/usr/bin/env node

const home = process.env.HOME
const cwd = process.env.CIRCLE_WORKING_DIRECTORY.replace(/^\~\//, home)
const cwd = process.env.CIRCLE_WORKING_DIRECTORY.replace(/^\~/, home)
// remove leading `/` and `./`, trailing `/`
const buildPath = config.staticBuildPath.replace(/^\.?\//, '').replace(/\/$/, '')
const pwd = `/0${cwd}/${buildPath}`
const pwd = `${cwd}/${buildPath}`
const artifactsDepth = pwd.split('/').length

@@ -45,0 +45,0 @@

{
"private": false,
"name": "@featurepeek/circleci",
"version": "0.0.14",
"version": "0.0.15",
"main": "index.js",

@@ -15,3 +15,3 @@ "bin": {

},
"gitHead": "804bc13345d85d2625205f6d66bdf1ed93207444"
"gitHead": "014554b5867e4e383e2446435cf12499d247a0dd"
}
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