Socket
Socket
Sign inDemoInstall

babel-plugin-optional-require

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

4

package.json
{
"name": "babel-plugin-optional-require",
"version": "0.3.0",
"version": "0.3.1",
"description": "Babel plugin to transpile object styles to template literal",

@@ -9,3 +9,3 @@ "main": "index.js",

],
"repository": "git@github.com:satya164/linaria-object-styles.git",
"repository": "git@github.com:satya164/babel-plugin-optional-require.git",
"author": "Satyajit Sahoo <satyajit.happy@gmail.com>",

@@ -12,0 +12,0 @@ "license": "MIT",

@@ -28,4 +28,4 @@ # babel-plugin-optional-require

- `builtins: boolean`: Whether to resolve Node builtins. Default: `false`.
- `blacklist: string[]`: List of modules we assume to always unavailable without resolving. Default: `[]`.
- `whitelist: string[]`: List of modules we assume to always available without resolving. Default: `[]`.
- `blacklist: string[]`: List of modules we assume to be unavailable without resolving. Default: `[]`.
- `whitelist: string[]`: List of modules we assume to be available without resolving. Default: `[]`.

@@ -32,0 +32,0 @@ ## Example

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc