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.5 to 4.0.6

7

CHANGELOG.md

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

## [4.0.6](https://github.com/podium-lib/schemas/compare/v4.0.5...v4.0.6) (2021-01-21)
### Bug Fixes
* **deps:** update dependency ajv to v7 ([#83](https://github.com/podium-lib/schemas/issues/83)) ([586f481](https://github.com/podium-lib/schemas/commit/586f4814fabef2ea5bfb86a288688d862c046e9e))
## [4.0.5](https://github.com/podium-lib/schemas/compare/v4.0.4...v4.0.5) (2020-10-10)

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

5

lib/validate.js
'use strict';
const Ajv = require('ajv');
const formats = require('ajv-formats');
const Ajv = require('ajv').default;
const manifestSchema = require('./manifest.schema.json');

@@ -8,2 +10,3 @@

const ajv = new Ajv(ajvOptions);
formats(ajv); // Needed to support "uri"
const validate = ajv.compile({

@@ -10,0 +13,0 @@ $schema: 'http://json-schema.org/draft-07/schema#',

21

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

@@ -34,3 +34,4 @@ "license": "MIT",

"dependencies": {
"ajv": "6.12.6"
"ajv": "7.0.0",
"ajv-formats": "1.5.1"
},

@@ -41,14 +42,14 @@ "devDependencies": {

"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.1.1",
"@semantic-release/npm": "7.0.6",
"@semantic-release/github": "7.2.0",
"@semantic-release/npm": "7.0.9",
"@semantic-release/release-notes-generator": "9.0.1",
"eslint": "7.10.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.12.0",
"eslint": "7.17.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.0.2",
"semantic-release": "17.1.2",
"tap": "14.10.8"
"semantic-release": "17.3.1",
"tap": "14.11.0"
}
}
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