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 2.0.0 to 2.1.0

9

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

@@ -36,3 +36,3 @@ "license": "MIT",

"dependencies": {
"execa": "^0.5.0",
"execa": "^0.7.0",
"lcid": "^1.0.0",

@@ -43,8 +43,5 @@ "mem": "^1.1.0"

"ava": "*",
"require-uncached": "^1.0.2",
"import-fresh": "^2.0.0",
"xo": "*"
},
"xo": {
"esnext": true
}
}

@@ -22,3 +22,3 @@ # os-locale [![Build Status](https://travis-ci.org/sindresorhus/os-locale.svg?branch=master)](https://travis-ci.org/sindresorhus/os-locale)

osLocale.then(locale => {
osLocale().then(locale => {
console.log(locale);

@@ -25,0 +25,0 @@ //=> 'en_US'

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