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

@rollup/plugin-image

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-image - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

dist/cjs/index.js

33

package.json
{
"name": "@rollup/plugin-image",
"version": "2.1.1",
"version": "3.0.0",
"publishConfig": {

@@ -16,6 +16,11 @@ "access": "public"

"bugs": "https://github.com/rollup/plugins/issues",
"main": "dist/index.js",
"module": "dist/index.es.js",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"exports": {
"import": "./dist/es/index.js",
"types": "./types/index.d.ts",
"default": "./dist/cjs/index.js"
},
"engines": {
"node": ">= 8.0.0"
"node": ">=14.0.0"
},

@@ -32,3 +37,3 @@ "scripts": {

"pretest": "pnpm build",
"release": "pnpm plugin:release --workspace-root -- --pkg $npm_package_name",
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
"test": "ava"

@@ -38,2 +43,3 @@ },

"dist",
"!dist/**/*.map",
"types",

@@ -50,17 +56,20 @@ "README.md",

"peerDependencies": {
"rollup": "^1.20.0 || ^2.0.0"
"rollup": "^1.20.0||^2.0.0||^3.0.0"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
},
"dependencies": {
"@rollup/pluginutils": "^3.1.0",
"mini-svg-data-uri": "^1.2.3"
"@rollup/pluginutils": "^4.2.1",
"mini-svg-data-uri": "^1.4.4"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"rollup": "^2.23.0"
"rollup": "^3.0.0-7"
},
"types": "./types/index.d.ts",
"ava": {
"babel": {
"compileEnhancements": false
},
"workerThreads": false,
"files": [

@@ -67,0 +76,0 @@ "!**/fixtures/**",

@@ -18,3 +18,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-image

This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+.
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v14.0.0+) and Rollup v1.20.0+.

@@ -79,3 +79,3 @@ ## Install

A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.

@@ -87,3 +87,3 @@ ### `include`

A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.

@@ -90,0 +90,0 @@ ## Meta

@@ -6,3 +6,3 @@ import { FilterPattern } from '@rollup/pluginutils';

/**
* A minimatch pattern, or array of patterns, which specifies the files in the build the plugin
* A picomatch pattern, or array of patterns, which specifies the files in the build the plugin
* should operate on.

@@ -13,3 +13,3 @@ * By default all files are targeted.

/**
* A minimatch pattern, or array of patterns, which specifies the files in the build the plugin
* A picomatch pattern, or array of patterns, which specifies the files in the build the plugin
* should _ignore_.

@@ -16,0 +16,0 @@ * By default no files are ignored.

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