@appium/schema
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@appium/schema", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Appium Configuration Schema", | ||
@@ -39,3 +39,4 @@ "keywords": [ | ||
"lint": "eslint -c ../../.eslintrc --ignore-path ../../.eslintignore .", | ||
"prepare": "npm run build" | ||
"prepare": "npm run build", | ||
"test:smoke": "node ./index.js" | ||
}, | ||
@@ -49,3 +50,7 @@ "engines": { | ||
}, | ||
"gitHead": "62b97417fcb7b0c0e2d6bab30bf9406e09bfb2ed" | ||
"gitHead": "f6e6d7234e7fe92f989f4e37a71007044985dedf", | ||
"dependencies": { | ||
"@types/json-schema": "7.0.11", | ||
"json-schema": "0.4.0" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
82803
2
1
+ Added@types/json-schema@7.0.11
+ Addedjson-schema@0.4.0
+ Added@types/json-schema@7.0.11(transitive)
+ Addedjson-schema@0.4.0(transitive)