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

os-lang

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

os-lang - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 3.0.0-beta.2

dist/index.cjs

82

package.json
{
"name": "os-lang",
"version": "1.0.0-alpha.0",
"description": "get os lang",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/os-lang.git"
},
"keywords": [
"os",
"lang",
"os",
"locale",
"os",
"language",
"nodejs",
"local"
],
"author": "saqqdy <https://github.com/saqqdy>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saqqdy/os-lang/issues"
},
"homepage": "https://github.com/saqqdy/os-lang#readme"
}
"name": "os-lang",
"description": "Get the system lang",
"version": "3.0.0-beta.2",
"main": "dist/index.cjs",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.esm-bundler.js",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"directories": {
"bin": "bin",
"dist": "dist",
"src": "src"
},
"files": [
"bin",
"dist",
"typings"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.36.0",
"eslint": "^8.44.0",
"prettier": "^2.8.8"
},
"sideEffects": false,
"keywords": [
"node-kit",
"system-lang",
"local",
"os-lang",
"os-local"
],
"license": "MIT",
"author": "saqqdy <https://github.com/saqqdy>",
"homepage": "https://github.com/saqqdy/node-kit/tree/master/packages/os-lang#readme",
"bugs": {
"url": "https://github.com/saqqdy/node-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/node-kit.git",
"directory": "packages/os-lang"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}
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