New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sao

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sao - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

lib/paths.js
const os = require('os')
const path = require('path')
const pkg = require('../package.json')
const downloadPath = path.join(
os.homedir(),
`.sao/V${pkg.version.split('.')[0]}`
)
// Only update this when we have to clear cache
const SAO_CACHE_VERSION = 1
const downloadPath = path.join(os.homedir(), `.sao/V${SAO_CACHE_VERSION}`)
const repoPath = path.join(downloadPath, 'repos')

@@ -10,0 +9,0 @@ const packagePath = path.join(downloadPath, 'packages')

{
"name": "sao",
"version": "1.0.0",
"version": "1.0.1",
"description": "Futuristic scaffolding tool.",

@@ -5,0 +5,0 @@ "repository": {

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