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

@podium/schemas

Package Overview
Dependencies
Maintainers
5
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 4.0.0 to 4.0.1

35

package.json
{
"name": "@podium/schemas",
"version": "4.0.0",
"version": "4.0.1",
"description": "Schemas for validating the @podium contract.",

@@ -33,14 +33,12 @@ "license": "MIT",

"dependencies": {
"ajv": "6.10.0"
"ajv": "6.11.0"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.1",
"husky": "^2.2.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3"
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-prettier": "3.1.2",
"jest": "24.9.0",
"prettier": "1.19.1"
},

@@ -61,18 +59,3 @@ "jest": {

"clearMocks": true
},
"lint-staged": {
"*.js": [
"eslint --fix --config ./.eslintrc",
"git add"
],
"{*.json,*.md,.eslintrc,.prettierrc}": [
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

@@ -5,4 +5,4 @@ # @podium/schemas

[![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/)
[![Dependencies](https://img.shields.io/david/podium-lib/schemas.svg)](https://david-dm.org/podium-lib/schemas)
![GitHub Actions status](https://github.com/podium-lib/schemas/workflows/Run%20Lint%20and%20Tests/badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/schemas/badge.svg)](https://snyk.io/test/github/podium-lib/schemas)
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