Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

grunt-peg

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-peg - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+3
-3
package.json
{
"name": "grunt-peg",
"description": "A grunt multi task that generates parsers from PEG grammars.",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/dvberkel/grunt-peg",

@@ -39,3 +39,3 @@ "author": {

"peerDependencies": {
"grunt": "~0.4.5"
"grunt": ">=0.4.0"
},

@@ -48,2 +48,2 @@ "keywords": [

}
}
}

@@ -6,3 +6,3 @@ # grunt-peg

## Getting Started
This plugin requires Grunt `~0.4.1`
This plugin requires Grunt `>=0.4.0`

@@ -218,2 +218,3 @@ If you haven't used [Grunt][] before, be sure to check out the

* 2016-02-23 v2.0.1 Update `grunt` peer dependency
* 2015-09-11 v2.0.0 Update version of PEG.js to 0.9.0

@@ -220,0 +221,0 @@ * 2014-08-02 v1.5.0 Custom wrapper