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
1.3.0
to
1.3.1
+1
-1
package.json
{
"name": "grunt-peg",
"description": "A grunt multi task that generates parsers from PEG grammars.",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/dvberkel/grunt-peg",

@@ -6,0 +6,0 @@ "author": {

@@ -170,2 +170,3 @@ # grunt-peg

* 2014-03-20 v1.3.1 Add license headers to all source files
* 2014-03-20 v1.3.0 Wrap in Angular Factory

@@ -172,0 +173,0 @@ * 2014-01-05 v1.2.0 Support plugins

@@ -0,1 +1,9 @@

/*
* grunt-peg
* https://github.com/dvberkel/grunt-peg
*
* Copyright (c) 2013 Daan van Berkel
* Licensed under the MIT license.
*/
'use strict';

@@ -2,0 +10,0 @@