Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/pegjs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pegjs - npm Package Compare versions

Comparing version
0.10.4
to
0.10.5
+0
-5
pegjs/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for PEG.js v0.10.0
// Project: http://pegjs.org/
// Definitions by: vvakame <https://github.com/vvakame>, Tobias Kahlert <https://github.com/SrTobi>, C.J. Bell <https://github.com/siegebell>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace PEG {

@@ -7,0 +2,0 @@ function parse(input: string): any;

+9
-9
{
"name": "@types/pegjs",
"version": "0.10.4",
"description": "TypeScript definitions for PEG.js",
"version": "0.10.5",
"description": "TypeScript definitions for pegjs",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pegjs",

@@ -10,14 +10,14 @@ "license": "MIT",

"name": "vvakame",
"url": "https://github.com/vvakame",
"githubUsername": "vvakame"
"githubUsername": "vvakame",
"url": "https://github.com/vvakame"
},
{
"name": "Tobias Kahlert",
"url": "https://github.com/SrTobi",
"githubUsername": "SrTobi"
"githubUsername": "SrTobi",
"url": "https://github.com/SrTobi"
},
{
"name": "C.J. Bell",
"url": "https://github.com/siegebell",
"githubUsername": "siegebell"
"githubUsername": "siegebell",
"url": "https://github.com/siegebell"
}

@@ -34,4 +34,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "aa61fc39eedc256ecec6fa1711914e3d400ca6db3097665a5176be24aeb17447",
"typesPublisherContentHash": "ad5ba75da97afcce3790d4c7e315513ce0fb0c106ef4611926a4fa8fd83ea533",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for PEG.js (http://pegjs.org/).
This package contains type definitions for pegjs (http://pegjs.org/).

@@ -12,7 +12,6 @@ # Details

### Additional Details
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: `PEG`
# Credits
These definitions were written by [vvakame](https://github.com/vvakame), [Tobias Kahlert](https://github.com/SrTobi), and [C.J. Bell](https://github.com/siegebell).