New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 6.16.7

32

babylon/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for babylon 6.16

import { File, Expression } from 'babel-types';
import { Expression, File } from "babel-types";

@@ -32,3 +32,3 @@ export function parse(code: string, opts?: BabylonOptions): File;

*/
sourceType?: 'script' | 'module' | undefined;
sourceType?: "script" | "module" | undefined;

@@ -48,15 +48,15 @@ /**

export type PluginName =
'estree' |
'jsx' |
'flow' |
'typescript' |
'classConstructorCall' |
'doExpressions' |
'objectRestSpread' |
'decorators' |
'classProperties' |
'exportExtensions' |
'asyncGenerators' |
'functionBind' |
'functionSent' |
'dynamicImport';
| "estree"
| "jsx"
| "flow"
| "typescript"
| "classConstructorCall"
| "doExpressions"
| "objectRestSpread"
| "decorators"
| "classProperties"
| "exportExtensions"
| "asyncGenerators"
| "functionBind"
| "functionSent"
| "dynamicImport";
{
"name": "@types/babylon",
"version": "6.16.6",
"version": "6.16.7",
"description": "TypeScript definitions for babylon",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babylon",

},
"typesPublisherContentHash": "294fc5f5bb76f2c3e69836bdab4091018fc8b4a3cecc40f5927bbb5dc3aafcbc",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "6393edb15609cce3960d83175dd4b0f039257fcb491a48ffd275ead0621fa594",
"typeScriptVersion": "4.5"
}

@@ -18,3 +18,3 @@ # Installation

import { File, Expression } from 'babel-types';
import { Expression, File } from "babel-types";

@@ -42,3 +42,3 @@ export function parse(code: string, opts?: BabylonOptions): File;

*/
sourceType?: 'script' | 'module' | undefined;
sourceType?: "script" | "module" | undefined;

@@ -58,16 +58,16 @@ /**

export type PluginName =
'estree' |
'jsx' |
'flow' |
'typescript' |
'classConstructorCall' |
'doExpressions' |
'objectRestSpread' |
'decorators' |
'classProperties' |
'exportExtensions' |
'asyncGenerators' |
'functionBind' |
'functionSent' |
'dynamicImport';
| "estree"
| "jsx"
| "flow"
| "typescript"
| "classConstructorCall"
| "doExpressions"
| "objectRestSpread"
| "decorators"
| "classProperties"
| "exportExtensions"
| "asyncGenerators"
| "functionBind"
| "functionSent"
| "dynamicImport";

@@ -77,3 +77,3 @@ ````

### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:41 GMT
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT
* Dependencies: [@types/babel-types](https://npmjs.com/package/@types/babel-types)

@@ -80,0 +80,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