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

rollup-plugin-prettier

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-prettier - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

15

dist/index.js

@@ -123,8 +123,11 @@ /**

console.warn(
`[${this.name}] Sourcemap is enabled, computing diff is required`
);
console.warn(
`[${this.name}] This may take a moment (depends on the size of your bundle)`
);
if (defaultSourcemap !== "silent") {
console.warn(
`[${this.name}] Sourcemap is enabled, computing diff is required`
);
console.warn(
`[${this.name}] This may take a moment (depends on the size of your bundle)`
);
}
const magicString = new MagicString(source);

@@ -131,0 +134,0 @@ const changes = diff.diffChars(source, output);

20

package.json
{
"name": "rollup-plugin-prettier",
"version": "2.0.0",
"version": "2.1.0",
"description": "Run prettier formatter with rollup",

@@ -42,6 +42,7 @@ "main": "dist/index.js",

"devDependencies": {
"@babel/core": "7.9.0",
"@babel/parser": "7.9.4",
"@babel/preset-env": "7.9.5",
"@babel/core": "7.9.6",
"@babel/parser": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"@rollup/plugin-babel": "5.0.2",
"babel-plugin-add-module-exports": "1.0.2",

@@ -53,3 +54,3 @@ "eslint": "6.8.0",

"gulp-bump": "3.1.3",
"gulp-conventional-changelog": "2.0.29",
"gulp-conventional-changelog": "2.0.32",
"gulp-eslint": "6.0.0",

@@ -60,10 +61,9 @@ "gulp-git": "2.10.1",

"lodash.startswith": "4.2.1",
"prettier": "2.0.4",
"prettier": "2.0.5",
"q": "1.5.1",
"rimraf": "3.0.2",
"rollup": "2.3.4",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-license": "2.0.0",
"rollup": "2.10.8",
"rollup-plugin-license": "2.1.0",
"rollup-plugin-strip-banner": "2.0.0",
"tmp": "0.1.0"
"tmp": "0.2.1"
},

@@ -70,0 +70,0 @@ "engines": {

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