New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

load-grunt-config

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

load-grunt-config - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0-rc1

14

CHANGELOG.md

@@ -1,5 +0,17 @@

1.0.2 / not released yet
2.0.0 / not released yet (rc1 - 2019-05-03)
==================
* Dropped support of node lower than 6
* Added package-lock.json
* Updated dependencies:
* js-yaml from ~3.12.0 to 3.13.1
* cson from ~4.0.0 to 5.1.0
* load-grunt-tasks from ~3.5.2 to 4.0.0
* Switched to strict dependencies versions
* Updated devDependencies
1.0.2 / 2019-05-03
==================
* Updated dependencies:
* glob from ~7.1.1 to ~7.1.3

@@ -6,0 +18,0 @@ * js-yaml from ~3.7.0 to ~3.12.0

32

package.json
{
"name": "load-grunt-config",
"version": "1.0.2",
"version": "2.0.0-rc1",
"description": "Grunt plugin that lets you break up your Gruntfile config by task",

@@ -30,22 +30,22 @@ "main": "index.js",

"engines": {
"node": ">=4"
"node": ">=6"
},
"devDependencies": {
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-watch": "~1.1.0",
"grunt": "~1.0.1",
"grunt-notify": "~0.4.1",
"grunt-gh-pages": "~3.1.0",
"sinon": "~1.17.2",
"proxyquire": "~1.7.3"
"grunt": "1.0.4",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-gh-pages": "3.1.0",
"grunt-notify": "0.4.5",
"grunt-simple-mocha": "0.4.1",
"proxyquire": "2.1.0",
"sinon": "7.3.2"
},
"dependencies": {
"cson": "~4.0.0",
"glob": "~7.1.3",
"jit-grunt": "~0.10.0",
"js-yaml": "~3.12.0",
"load-grunt-tasks": "~3.5.2",
"lodash": "~4.17.11"
"cson": "5.1.0",
"glob": "7.1.3",
"jit-grunt": "0.10.0",
"js-yaml": "3.13.1",
"load-grunt-tasks": "4.0.0",
"lodash": "4.17.11"
}
}
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