Socket
Socket
Sign inDemoInstall

@babel/helper-validator-option

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-validator-option - npm Package Compare versions

Comparing version 8.0.0-alpha.11 to 8.0.0-alpha.12

2

lib/index.d.ts

@@ -13,3 +13,3 @@ declare class OptionValidator {

*/
validateTopLevelOptions(options: Object, TopLevelOptionShape: Object): void;
validateTopLevelOptions(options: object, TopLevelOptionShape: object): void;
validateBooleanOption<T extends boolean>(name: string, value?: boolean, defaultValue?: T): boolean | T;

@@ -16,0 +16,0 @@ validateStringOption<T extends string>(name: string, value?: string, defaultValue?: T): string | T;

{
"name": "@babel/helper-validator-option",
"version": "8.0.0-alpha.11",
"version": "8.0.0-alpha.12",
"description": "Validate plugin/preset options",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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