@windingtree/wt-airline-schemas
Advanced tools
Comparing version 0.6.1 to 0.6.4
{ | ||
"name": "@windingtree/wt-airline-schemas", | ||
"version": "0.6.1", | ||
"version": "0.6.4", | ||
"description": "Airline data schemas for WT platform", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "npm run clean && ../management/build.js airlines", | ||
"build": "npm run clean && ./build.js airline", | ||
"clean": "rimraf dist", | ||
@@ -13,3 +13,3 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"type": "git", | ||
"url": "git+https://github.com/windingtree/wt-schemas.git" | ||
"url": "git+https://github.com/windingtree/wt-airline-schemas.git" | ||
}, | ||
@@ -19,9 +19,13 @@ "author": "Ondrej Chmelar <ondrej.chmelar@fragaria.cz>", | ||
"bugs": { | ||
"url": "https://github.com/windingtree/wt-schemas/issues" | ||
"url": "https://github.com/windingtree/wt-airline-schemas/issues" | ||
}, | ||
"homepage": "https://github.com/windingtree/wt-schemas#readme", | ||
"homepage": "https://github.com/windingtree/wt-airline-schemas#readme", | ||
"dependencies": { | ||
"@windingtree/wt-shared-schemas": "^0.6.0", | ||
"rimraf": "^2.6.3" | ||
"@windingtree/wt-shared-schemas": "^0.6.3", | ||
"rimraf": "^2.6.3", | ||
"yamljs": "^0.3.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
3
11360
3
2
+ Addedyamljs@^0.3.0
+ Addedargparse@1.0.10(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addedyamljs@0.3.0(transitive)