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.16.0 to 6.16.1

babylon/LICENSE

7

babylon/index.d.ts

@@ -8,7 +8,8 @@ // Type definitions for babylon v6.16.1

import * as t from 'babel-types';
type Node = t.Node;
import { File, Expression } from 'babel-types';
export function parse(code: string, opts?: BabylonOptions): Node;
export function parse(code: string, opts?: BabylonOptions): File;
export function parseExpression(input: string, options?: BabylonOptions): Expression;
export interface BabylonOptions {

@@ -15,0 +16,0 @@ /**

{
"name": "@types/babylon",
"version": "6.16.0",
"version": "6.16.1",
"description": "TypeScript definitions for babylon",

@@ -22,4 +22,4 @@ "license": "MIT",

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

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/babylon
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babylon
Additional Details
* Last updated: Thu, 09 Mar 2017 23:50:43 GMT
* Last updated: Thu, 04 May 2017 17:04:37 GMT
* Dependencies: babel-types

@@ -14,0 +14,0 @@ * Global values: none

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