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

os-locale

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

os-locale - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

5

exec.js

@@ -27,3 +27,6 @@ // Mini wrapper around `child_process` to make it behave a little like `execa`.

export function execSync(command, arguments_) {
return childProcess.execFileSync(command, arguments_, {encoding: 'utf8'}).trim();
return childProcess.execFileSync(command, arguments_, {
encoding: 'utf8',
stdio: ['ignore', 'pipe', 'ignore'],
}).trim();
}

2

package.json
{
"name": "os-locale",
"version": "6.0.0",
"version": "6.0.1",
"description": "Get the system locale",

@@ -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