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

@rollup/plugin-yaml

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-yaml - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

package.json
{
"name": "@rollup/plugin-yaml",
"version": "4.1.0",
"version": "4.1.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -40,2 +40,9 @@ import type { FilterPattern } from '@rollup/pluginutils';

documentMode?: 'single' | 'multi';
/**
* File extensions to process. Useful if you have files that contain YAML but do not have a
* `.yaml` or `.yml` extension.
* @default ['.yaml', '.yml']
*/
extensions?: string[];
}

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