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

@appium/schema

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/schema - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

build/lib/appium-config-schema.d.ts

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./build/index.js');
module.exports = require('./build/lib/index.js');
{
"name": "@appium/schema",
"version": "0.2.4",
"version": "0.2.5",
"description": "Appium Configuration Schema",

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

"author": "https://github.com/appium",
"types": "./build/index.d.ts",
"types": "./build/lib/index.d.ts",
"files": [

@@ -55,3 +55,3 @@ "build",

},
"gitHead": "322363b8876a7ea7b630d538e22965f7bab0ea06"
"gitHead": "7b4935632222123a4fa7422461f6312f1f0dfbe4"
}
{
"extends": "@appium/tsconfig/tsconfig.json",
"compilerOptions": {
"rootDir": "lib",
"rootDir": ".",
"outDir": "build",
"checkJs": true
"checkJs": true,
"strict": true
},
"include": ["./lib/**/*.js"]
"include": ["lib"]
}
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