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.22.4 to 0.22.5

8

CHANGELOG.md

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

## [Version 0.22.5](https://github.com/egoist/sao/releases/tag/v0.22.5) (2017-10-21)
### Bug fixes
- Add Github username: [`aefcfd9`](https://github.com/egoist/sao/commit/aefcfd9) ([#64](https://github.com/egoist/sao/issues/64))
[...full changes](https://github.com/egoist/sao/compare/v0.22.4...v0.22.5)
## [Version 0.22.4](https://github.com/saojs/sao/releases/tag/v0.22.4) (2017-10-13)

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

2

lib/utils/handle-prompt.js

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

gitUser = gitUser || require('./git-user')()
prompt.default = gitUser.name
prompt.default = gitUser.username || gitUser.name
}

@@ -19,0 +19,0 @@ if (prompt.role === 'git:email' || prompt.default === ':gitEmail:') {

{
"name": "sao",
"version": "0.22.4",
"version": "0.22.5",
"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