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 0.0.8 to 0.0.9

6

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

@@ -39,3 +39,3 @@ "main": "index.js",

"rollup-plugin-typescript": "^0.8.1",
"tslint": "^4.4.2",
"tslint": "^4.5.1",
"typescript": "^2.2.1",

@@ -45,5 +45,5 @@ "webpack": "^2.2.1"

"dependencies": {
"strip-whitespace": "0.0.7",
"strip-whitespace": "0.0.9",
"webpack-sources": "^0.2.0"
}
}
# strip-whitespace-plugin
[![Build Status](https://travis-ci.org/markis/strip-whitespace-plugin.svg?branch=master)](https://travis-ci.org/markis/strip-whitespace-plugin) [![Greenkeeper badge](https://badges.greenkeeper.io/markis/strip-whitespace-plugin.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/markis/strip-whitespace-plugin.svg?branch=master)](https://travis-ci.org/markis/strip-whitespace-plugin) [![Known Vulnerabilities](https://snyk.io/test/github/markis/strip-whitespace-plugin/badge.svg)](https://snyk.io/test/github/markis/strip-whitespace-plugin) [![Greenkeeper badge](https://badges.greenkeeper.io/markis/strip-whitespace-plugin.svg)](https://greenkeeper.io/)

@@ -5,0 +5,0 @@ Strip-Whitespace-Plugin is a plugin for webpack that will remove extraneous spaces from strings. It's perfect for working with rendering templates (ex. mustache, handlebars) or es6 javascript templates. It works with anything where you might create very long strings.

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