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.2.0 to 1.3.0

24

index.d.ts
declare module jest {
export interface Describe {
onWindows: jest.Describe | jest.It
onMac: jest.Describe | jest.It
onLinux: jest.Describe | jest.It
skipWindows: jest.Describe | jest.It
skipMac: jest.Describe | jest.It
skipLinux: jest.Describe | jest.It
onWindows: jest.Describe
onMac: jest.Describe
onLinux: jest.Describe
skipWindows: jest.Describe
skipMac: jest.Describe
skipLinux: jest.Describe
}
export interface It {
onWindows: jest.Describe | jest.It
onMac: jest.Describe | jest.It
onLinux: jest.Describe | jest.It
skipWindows: jest.Describe | jest.It
skipMac: jest.Describe | jest.It
skipLinux: jest.Describe | jest.It
onWindows: jest.It
onMac: jest.It
onLinux: jest.It
skipWindows: jest.It
skipMac: jest.It
skipLinux: jest.It
}
}
{
"name": "jest-os-detection",
"version": "1.2.0",
"version": "1.3.0",
"description": "Allow to specify on which platform to run jest tests",

@@ -34,7 +34,7 @@ "main": "lib/index.js",

"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.1.0",
"babel-jest": "^26.5.2",
"babel-loader": "^8.0.4",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"typescript": "^3.9.7"
"jest": "^26.5.0",
"prettier": "^2.0.2",
"typescript": "^4.0.3"
},

@@ -41,0 +41,0 @@ "jest": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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