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

dorky

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dorky - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

index.js

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

Bucket: 'dorky',
Key: path.join(rootFolder, path.relative(process.cwd(), file)).replace(/\\/g, '/'),
Key: path.join(rootFolder, path.relative(process.cwd(), file)).split('\\').join('/'),
Body: fs.readFileSync(path.relative(process.cwd(), file)).toString()

@@ -235,2 +235,3 @@ }

}
console.log(pullFileParams)
s3.getObject(pullFileParams, (err, data) => {

@@ -247,5 +248,3 @@ if (err) console.log(err);

} else subDirectories = path.relative(process.cwd(), file)
console.log(subDirectories)
subDirectories.pop()
console.log(subDirectories)
if (process.platform === "win32") {

@@ -252,0 +251,0 @@ subDirectories = subDirectories.join('\\')

2

package.json
{
"name": "dorky",
"version": "1.0.2",
"version": "1.0.3",
"description": "DevOps Records Keeper.",

@@ -5,0 +5,0 @@ "main": "index.js",

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