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

@types/babel__parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/babel__parser - npm Package Compare versions

Comparing version

to
7.1.0

36

babel__parser/package.json
{
"name": "@types/babel__parser",
"version": "7.0.0",
"description": "TypeScript definitions for @babel/parser",
"license": "MIT",
"contributors": [
{
"name": "Troy Gerwien",
"url": "https://github.com/yortus",
"githubUsername": "yortus"
},
{
"name": "Marvin Hagemeister",
"url": "https://github.com/marvinhagemeister",
"githubUsername": "marvinhagemeister"
},
{
"name": "Melvin Groenhoff",
"url": "https://github.com/mgroenhoff",
"githubUsername": "mgroenhoff"
}
],
"version": "7.1.0",
"typings": null,
"description": "Stub TypeScript definitions entry for @babel/parser, which provides its own types definitions",
"main": "",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"author": "",
"repository": "https://github.com/babel/babel",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.0.0-beta.54"
},
"typesPublisherContentHash": "9bff879ea23d90ddeb400def62d0b2678074817fb8a29ad6802e044d3633f5c0",
"typeScriptVersion": "2.8"
"babel__parser": "*"
}
}

@@ -1,16 +0,3 @@

# Installation
> `npm install --save @types/babel__parser`
This is a stub types definition for @babel/parser (https://github.com/babel/babel).
# Summary
This package contains type definitions for @babel/parser (https://github.com/babel/babel/tree/master/packages/babel-parser).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__parser
Additional Details
* Last updated: Wed, 25 Jul 2018 22:05:07 GMT
* Dependencies: @babel/types
* Global values: none
# Credits
These definitions were written by Troy Gerwien <https://github.com/yortus>, Marvin Hagemeister <https://github.com/marvinhagemeister>, Melvin Groenhoff <https://github.com/mgroenhoff>.
@babel/parser provides its own type definitions, so you don't need @types/babel__parser installed!

Sorry, the diff of this file is not supported yet