@podium/schemas
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0
{ | ||
"name": "@podium/schemas", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0", | ||
"description": "Schemas for validating the @podium contract.", | ||
"license": "MIT", | ||
"keywords": [ | ||
"micro services", | ||
"micro frontend", | ||
"components", | ||
"podium" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.schibsted.io:Podium/schema.git" | ||
"url": "git@github.com:podium-lib/schemas.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/podium-lib/issues" | ||
}, | ||
"homepage": "https://podium-lib.io/", | ||
"files": [ | ||
@@ -16,17 +27,21 @@ "lib" | ||
"lint:fix": "eslint --fix .", | ||
"test": "jest", | ||
"test": "jest .", | ||
"test:verbose": "jest --verbose", | ||
"test:coverage": "jest --coverage" | ||
"test:coverage": "jest --coverage", | ||
"lint:format": "eslint --fix .", | ||
"precommit": "lint-staged" | ||
}, | ||
"dependencies": { | ||
"joi": "14.0.1" | ||
"joi": "14.3.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.6.1", | ||
"eslint": "^5.12.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^3.1.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.14.2" | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"husky": "^1.3.1", | ||
"jest": "^23.1.0", | ||
"lint-staged": "^8.1.0", | ||
"prettier": "^1.15.3" | ||
}, | ||
@@ -45,4 +60,15 @@ "jest": { | ||
}, | ||
"testEnvironment": "node" | ||
"testEnvironment": "node", | ||
"clearMocks": true | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix --config ./.eslintrc", | ||
"git add" | ||
], | ||
"{*.json,*.md,.eslintrc,.prettierrc}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
} | ||
} |
# @podium/schemas | ||
Contains code for validating podium payloads. | ||
Schemas for validating the @podium contract. | ||
[![Build Status](https://travis-ci.org/podium-lib/schemas.svg?branch=master)](https://travis-ci.org/podium-lib/schemas) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/schemas.svg)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/schemas/badge.svg)](https://snyk.io/test/github/podium-lib/schemas) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5718
1
0
8
9
+ Addedjoi@14.3.1(transitive)
- Removedhoek@5.0.4(transitive)
- Removedjoi@14.0.1(transitive)
Updatedjoi@14.3.1