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

@podium/schemas

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/schemas - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0

48

package.json
{
"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

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