Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/babylon

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/babylon - npm Package Compare versions

Comparing version 6.7.15 to 6.16.0

20

babylon/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for babylon v6.7
// Type definitions for babylon v6.16.1
// Project: https://github.com/babel/babylon

@@ -44,5 +44,15 @@ // Definitions by: Troy Gerwien <https://github.com/yortus>

export type PluginName = 'jsx' | 'flow' | 'asyncFunctions' | 'classConstructorCall' | 'doExpressions'
| 'trailingFunctionCommas' | 'objectRestSpread' | 'decorators' | 'classProperties' | 'exportExtensions'
| 'exponentiationOperator' | 'asyncGenerators' | 'functionBind' | 'functionSent' | '*';
export type PluginName =
'estree' |
'jsx' |
'flow' |
'classConstructorCall' |
'doExpressions' |
'objectRestSpread' |
'decorators' |
'classProperties' |
'exportExtensions' |
'asyncGenerators' |
'functionBind' |
'functionSent' |
'dynamicImport';
{
"name": "@types/babylon",
"version": "6.7.15",
"version": "6.16.0",
"description": "TypeScript definitions for babylon",
"license": "MIT",
"author": "Troy Gerwien <https://github.com/yortus>",
"contributors": [
{
"name": "Troy Gerwien",
"url": "https://github.com/yortus"
}
],
"main": "",

@@ -17,3 +22,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "dbd191176e36d25cbe3dff2f672c37001dbaa2c76f184105bf9c0e590dbb495a"
"typesPublisherContentHash": "b2994092beddd38a2c176181c3474378ff2b7dcdd38943445b7b9f12ce91de50",
"typeScriptVersion": "2.0"
}

@@ -8,9 +8,7 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/babylon
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/babylon
Additional Details
* Last updated: Tue, 29 Nov 2016 20:54:33 GMT
* File structure: ProperModule
* Library Dependencies: babel-types
* Module Dependencies: babel-types
* Last updated: Thu, 09 Mar 2017 23:50:43 GMT
* Dependencies: babel-types
* Global values: none

@@ -17,0 +15,0 @@

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