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

jest-schema-matcher

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-schema-matcher - npm Package Compare versions

Comparing version 1.7.10 to 1.7.11

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# Changelog
## [1.7.11](https://github.com/ryparker/jest-schema-matcher/compare/v1.7.10...v1.7.11) (2020-11-20)
### Bug Fixes
* **package.json:** upgraded deps and resolved yargs-parser ([3c5d93d](https://github.com/ryparker/jest-schema-matcher/commit/3c5d93d3f3a0a340fae716f72c79d742419ce408))
* **to-match-schema.ts:** fixed XO linter errors ([6e4b299](https://github.com/ryparker/jest-schema-matcher/commit/6e4b29911b0564447c65a399c3f0eb575c77d053))
## [1.7.10](https://github.com/ryparker/jest-schema-matcher/compare/v1.7.9...v1.7.10) (2020-11-18)

@@ -2,0 +12,0 @@

40

package.json
{
"name": "jest-schema-matcher",
"version": "1.7.10",
"version": "1.7.11",
"license": "MIT",

@@ -41,6 +41,20 @@ "files": [

"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"config": "./node_modules/cz-conventional-changelog"
}
],
[
"@semantic-release/changelog",
{
"changelogTitle": "# Changelog"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",

@@ -57,3 +71,4 @@ "@semantic-release/git",

"resolutions": {
"mem": "^4.0"
"mem": "^4.0",
"yargs-parser": "^13.1.2"
},

@@ -66,3 +81,3 @@ "dependencies": {

"pretty-format": "^26.6.2",
"schematized": "^1.8.5",
"schematized": "^1.8.7",
"variable-diff": "^2.0.2"

@@ -75,6 +90,7 @@ },

"@types/lodash": "^4.14.165",
"@types/node": "^14.14.8",
"@types/node": "^14.14.9",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-xo-typescript": "^0.35.0",
"conventional-changelog-conventionalcommits": "^4.5.0",
"cz-conventional-changelog": "3.3.0",
"eslint-config-xo-typescript": "^0.36.0",
"eslint-plugin-jest": "^24.1.3",

@@ -85,8 +101,8 @@ "husky": "^4.3.0",

"nyc": "^15.1.0",
"prettier": "^2.1.2",
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.2.3",
"semantic-release": "^17.2.4",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5",
"xo": "^0.34.2"
"typescript": "^4.1.2",
"xo": "^0.35.0"
},

@@ -93,0 +109,0 @@ "engines": {

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