Socket
Socket
Sign inDemoInstall

grunt-tv4

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-tv4 - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

renovate.json

44

CHANGELOG.md

@@ -5,2 +5,44 @@ # Change Log

## [6.1.0] - 2022-11-08
### Added
- eslint-plugin-redos
- ls-engines
- NodeJS v19 test run
- Renovate dependency management
### Updated
- eslint config
- @snyk/protect@1.1054.0
- grunt@1.5.3
- tv4-reporter@5.0.0
- eslint@8.27.0
- eslint-config-xo@0.43.1
- eslint-plugin-import@2.26.0
- prettier@2.7.1
### Removed
- TravisCI test running
## [6.0.0] - 2022-04-28
### Added
- @snyk/protect
- eslint
- eslint-config-xo
- eslint-plugin-import
### Updated
- code style to match updated xo/eslint rules
- grunt@1.5.0
- miniwrite@0.1.4
- prettier@2.4.1
- tv4@1.3.0
### Removed
- nodejs <v14 support
- xo
- snyk
- TravisCI badge
## [5.0.1] - 2020-11-20

@@ -215,2 +257,4 @@

[6.1.0]: https://github.com/timbeadle/grunt-tv4/compare/6.0.0...6.1.0
[6.0.0]: https://github.com/timbeadle/grunt-tv4/compare/5.0.1...6.0.0
[5.0.1]: https://github.com/timbeadle/grunt-tv4/compare/5.0.0...5.0.1

@@ -217,0 +261,0 @@ [5.0.0]: https://github.com/timbeadle/grunt-tv4/compare/4.2.0...5.0.0

34

package.json
{
"name": "grunt-tv4",
"description": "Validate values against json-schema v4",
"version": "6.0.0",
"version": "6.1.0",
"homepage": "https://github.com/timbeadle/grunt-tv4",

@@ -39,5 +39,6 @@ "author": {

"test": "run-p test:*",
"test-ci": "run-p test:grunt test:lint",
"test-ci": "run-p test:grunt test:lint test:engines",
"test:engines": "ls-engines",
"test:grunt": "grunt test",
"test:lint": "eslint Gruntfile.js lib/**/*.js tasks/**/*.js",
"test:lint": "eslint Gruntfile.js lib/*.js tasks/*.js",
"test:snyk": "snyk test --dev",

@@ -48,4 +49,4 @@ "snyk-protect": "snyk-protect",

"dependencies": {
"@snyk/protect": "^1.849.0",
"grunt": "^1.5.0",
"@snyk/protect": "^1.1054.0",
"grunt": "^1.5.3",
"grunt-contrib-connect": "^3.0.0",

@@ -56,18 +57,17 @@ "jsonpointer.js": "~0.4.0",

"tv4": "^1.3.0",
"tv4-reporter": "^4.3.0"
"tv4-reporter": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4",
"grunt-continue": "^0.1.0",
"load-grunt-tasks": "^5.1.0",
"npm-run-all": "^4.1.5",
"package.json-schema": "~0.2.0",
"prettier": "^2.4.1"
"eslint": "8.27.0",
"eslint-config-xo": "0.43.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-redos": "4.4.1",
"grunt-continue": "0.1.0",
"load-grunt-tasks": "5.1.0",
"ls-engines": "0.7.0",
"npm-run-all": "4.1.5",
"package.json-schema": "0.2.0",
"prettier": "2.7.1"
},
"peerDependencies": {
"grunt": ">=1.5.0"
},
"snyk": true
}

Sorry, the diff of this file is not supported yet

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