Socket
Socket
Sign inDemoInstall

@rollup/plugin-eslint

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-eslint - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

8

CHANGELOG.md
# @rollup/plugin-eslint ChangeLog
## v8.0.1
_2020-11-30_
### Bugfixes
- fix: rename pluginutils import (#644)
## v8.0.0

@@ -4,0 +12,0 @@

2

dist/index.es.js
import { resolve, relative, sep } from 'path';
import { createFilter } from 'rollup-pluginutils';
import { createFilter } from '@rollup/pluginutils';
import { CLIEngine } from 'eslint';

@@ -4,0 +4,0 @@

'use strict';
var path = require('path');
var rollupPluginutils = require('rollup-pluginutils');
var pluginutils = require('@rollup/pluginutils');
var eslint$1 = require('eslint');

@@ -33,3 +33,3 @@

}
const filter = rollupPluginutils.createFilter(options.include, options.exclude || /node_modules/);
const filter = pluginutils.createFilter(options.include, options.exclude || /node_modules/);
return {

@@ -36,0 +36,0 @@ name: 'eslint',

{
"name": "@rollup/plugin-eslint",
"version": "8.0.0",
"version": "8.0.1",
"publishConfig": {

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

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