New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@suitest/types

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suitest/types - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

10

lib/testLine.d.ts

@@ -38,3 +38,9 @@ import {Condition} from './condition';

export type DeviceOrientationType = 'portrait' | 'portraitReversed' | 'landscape' | 'landscapeReversed';
export type ScreenOrientation =
| 'portrait'
| 'portraitReversed'
| 'landscape'
| 'landscapeReversed'
| 'landscapeRight'
| 'landscapeLeft';

@@ -46,3 +52,3 @@ export type DeviceSettingsTestLine = BaseTestLine & {

params: {
orientation: DeviceOrientationType,
orientation: ScreenOrientation,
},

@@ -49,0 +55,0 @@ },

2

package.json
{
"name": "@suitest/types",
"version": "4.2.0",
"version": "4.2.1",
"description": "TypeScript definitions for common data structures",

@@ -5,0 +5,0 @@ "homepage": "https://suite.st/",

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