Socket
Socket
Sign inDemoInstall

rollup-pluginutils

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-pluginutils - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # rollup-pluginutils changelog

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import { extname, resolve, sep } from 'path';

6

package.json
{
"name": "rollup-pluginutils",
"description": "Functionality commonly needed by Rollup plugins",
"version": "2.1.0",
"version": "2.1.1",
"main": "dist/pluginutils.cjs.js",

@@ -17,3 +17,3 @@ "module": "dist/pluginutils.es.js",

"rollup": "^0.58.2",
"rollup-plugin-buble": "^0.19.2"
"rollup-plugin-buble": "^0.15.0"
},

@@ -28,3 +28,3 @@ "scripts": {

"estree-walker": "^0.5.2",
"micromatch": "^3.1.10",
"micromatch": "^2.3.11",
"tosource": "^1.0.0"

@@ -31,0 +31,0 @@ },

@@ -0,0 +0,0 @@ # rollup-pluginutils

@@ -0,0 +0,0 @@ import { extname } from 'path';

@@ -0,0 +0,0 @@ import { walk } from 'estree-walker';

@@ -0,0 +0,0 @@ import { resolve, sep } from 'path';

@@ -0,0 +0,0 @@ import makeLegalIdentifier from './makeLegalIdentifier';

@@ -0,0 +0,0 @@ export { default as addExtension } from './addExtension';

@@ -0,0 +0,0 @@ const reservedWords = 'break case class catch const continue debugger default delete do else export extends finally for function if import in instanceof let new return super switch this throw try typeof var void while with yield enum await implements package protected static interface private public'.split( ' ' );

@@ -0,0 +0,0 @@ export default function ensureArray ( thing ) {

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