Socket
Socket
Sign inDemoInstall

jest-os-detection

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-os-detection - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "jest-os-detection",
"version": "1.3.0",
"version": "1.3.1",
"description": "Allow to specify on which platform to run jest tests",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -75,1 +75,12 @@ # Jest OS detection

* `<command>.<platform>.only.each()`
## TypeScript
To avoid type errors globally, you can add this to your tsconfig:
```json
{
"files": [
"node_modules/jest-os-detection/index.d.ts"
]
}
```
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