Socket
Socket
Sign inDemoInstall

strip-whitespace-plugin

Package Overview
Dependencies
5
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

index.js

@@ -52,1 +52,2 @@ 'use strict';

module.exports = StripWhitespacePlugin;
//# sourceMappingURL=index.js.map

5

package.json
{
"name": "strip-whitespace-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Strip whitespace from strings in javascript assets",

@@ -15,3 +15,4 @@ "main": "index.js",

"test:webpack": "if-ver -ge 4 && cd test-setup && webpack || return 0",
"test:coverage": "if-ver -ge 0.12 && istanbul cover test.js || return 0",
"coverage": "if-ver -ge 6 && istanbul cover test.js --report lcovonly && npm run coverage:remap || return 0",
"coverage:remap": "if-ver -ge 6 && remap-istanbul --type lcovonly -i coverage/coverage.json -o coverage/remapped-lcov.info || return 0",
"build": "npm run build:index && npm run build:test",

@@ -18,0 +19,0 @@ "build:index": "if-ver -ge 0.12 && rollup -c -o index.js -i src/index.ts || return 0",

@@ -9,3 +9,3 @@ # strip-whitespace-plugin

[![Greenkeeper badge](https://badges.greenkeeper.io/markis/strip-whitespace-plugin.svg)](https://greenkeeper.io/)
[![Codacy coverage](https://img.shields.io/codacy/coverage/56982b9998354357beea778664fb2cfe.svg)](https://www.codacy.com/app/markis/strip-whitespace-plugin/files)
[![Coveralls](https://img.shields.io/coveralls/markis/strip-whitespace-plugin.svg)](https://coveralls.io/github/markis/strip-whitespace-plugin)
[![Codacy grade](https://img.shields.io/codacy/grade/56982b9998354357beea778664fb2cfe.svg)](https://www.codacy.com/app/markis/strip-whitespace-plugin)

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc