Socket
Socket
Sign inDemoInstall

@podium/schemas

Package Overview
Dependencies
Maintainers
6
Versions
67
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.2 to 4.0.3-next.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.0.3-next.1](https://github.com/podium-lib/schemas/compare/v4.0.2...v4.0.3-next.1) (2020-07-11)
### Bug Fixes
* Initial setup of next branch ([5314940](https://github.com/podium-lib/schemas/commit/53149406b1287c6a7d85dd9cbc7f623eeaaac307))
# Changelog

@@ -2,0 +9,0 @@

47

package.json
{
"name": "@podium/schemas",
"version": "4.0.2",
"version": "4.0.3-next.1",
"description": "Schemas for validating the @podium contract.",

@@ -21,2 +21,6 @@ "license": "MIT",

"files": [
"package.json",
"CHANGELOG.md",
"README.md",
"LICENSE",
"lib"

@@ -28,34 +32,23 @@ ],

"lint:fix": "eslint --fix .",
"test": "jest .",
"test:verbose": "jest --verbose",
"test:coverage": "jest --coverage",
"lint:format": "eslint --fix ."
"test": "tap tests/*.js"
},
"dependencies": {
"ajv": "6.12.2"
"ajv": "6.12.3"
},
"devDependencies": {
"eslint": "7.1.0",
"eslint-config-airbnb-base": "14.1.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"eslint": "7.3.1",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.3",
"jest": "25.2.4",
"prettier": "2.0.2"
},
"jest": {
"coveragePathIgnorePatterns": [
"test/"
],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"testEnvironment": "node",
"clearMocks": true
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"prettier": "2.0.2",
"semantic-release": "17.1.1",
"tap": "14.10.7"
}
}

@@ -1,2 +0,2 @@

# @podium/schemas
# @podium/schemas v5

@@ -3,0 +3,0 @@ Schemas for validating the @podium contract.

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