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

sao

Package Overview
Dependencies
Maintainers
2
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 0.21.1 to 0.21.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [Version 0.21.2](https://github.com/egoist/sao/releases/tag/v0.21.2) (2017-8-5)
### Bug fixes
- fix checking isNewFolder: [`a52a80c`](https://github.com/egoist/sao/commit/a52a80c)
[...full changes](https://github.com/egoist/sao/compare/v0.21.1...v0.21.2)
## [Version 0.21.1](https://github.com/egoist/sao/releases/tag/v0.21.1) (2017-8-4)

@@ -2,0 +10,0 @@

2

lib/generate.js

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

const folderName = path.basename(folderPath)
const isNewFolder = targetPath !== './'
const isNewFolder = folderPath !== process.cwd()
const templateContext = {

@@ -137,0 +137,0 @@ folderName,

{
"name": "sao",
"version": "0.21.1",
"version": "0.21.2",
"description": "Futuristic project generator.",

@@ -5,0 +5,0 @@ "license": "MIT",

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