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

@appium/types

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/types - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

6

package.json
{
"name": "@appium/types",
"version": "0.16.0",
"version": "0.16.1",
"description": "Various type declarations used across Appium",

@@ -46,3 +46,3 @@ "keywords": [

"@types/ws": "8.5.10",
"type-fest": "4.9.0"
"type-fest": "4.10.1"
},

@@ -56,3 +56,3 @@ "engines": {

},
"gitHead": "76df4d600dcb7c867c37c3d7d302dc7fcc95ae09"
"gitHead": "9cc598a92c2f0d2dfbf40d54698f0ee39b50e4dc"
}

@@ -5,3 +5,4 @@ # @appium/types

**Warning: This is a work-in-progress; expect breaking changes!**
> [!WARNING]
> This is a work-in-progress; expect breaking changes!

@@ -14,10 +15,9 @@ ## Install

## Notes
> [!NOTE]
> - The sources are `.ts` files, _not_ `.d.ts` files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode.
> - If there is a way to switch to `.d.ts` files and configure this package to work in our "project" context _without_ needing to actually "emit" anything, then we should do that instead. Help accepted!
> - `lib/appium-config.ts` is generated by this package from `@appium/schema`, but is under version control to avoid chicken-or-egg build problems.
- The sources are `.ts` files, _not_ `.d.ts` files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode.
- If there is a way to switch to `.d.ts` files and configure this package to work in our "project" context _without_ needing to actually "emit" anything, then we should do that instead. Help accepted!
- `lib/appium-config.ts` is generated by this package from `@appium/schema`, but is under version control to avoid chicken-or-egg build problems.
## License
Apache-2.0
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