Socket
Socket
Sign inDemoInstall

which-os

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

which-os - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.3.0](https://github.com/ffflorian/which-os/compare/v1.2.1...v1.3.0) (2020-04-09)
### Features
* Rename to which-os ([b5912da](https://github.com/ffflorian/which-os/commit/b5912da))
## [1.2.1](https://github.com/ffflorian/which-os/compare/v1.2.0...v1.2.1) (2019-12-17)

@@ -2,0 +9,0 @@

3

cli.js

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

: path.join(__dirname, '../package.json');
const packageJson = fs.readFileSync(packageJsonPath, 'utf-8');
const { description, name, version } = JSON.parse(packageJson);
const { description, name, version } = require(packageJsonPath);
const capitalize = (name) => `${name.charAt(0).toUpperCase()}${name.slice(1)}`;

@@ -17,0 +16,0 @@ const options = [

@@ -97,3 +97,3 @@ {

},
"version": "1.3.0"
"version": "1.3.1"
}

Sorry, the diff of this file is not supported yet

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