Socket
Socket
Sign inDemoInstall

dedupe-string-plugin

Package Overview
Dependencies
5
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

8

package.json
{
"name": "dedupe-string-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "Deduplicate strings in javascript assets",

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

"type": "git",
"url": "git+ssh://git@github.com/markis/dedupe-strings-plugin.git"
"url": "git+ssh://git@github.com/markis/dedupe-string-plugin.git"
},

@@ -31,5 +31,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/markis/dedupe-strings-plugin/issues"
"url": "https://github.com/markis/dedupe-string-plugin/issues"
},
"homepage": "https://github.com/markis/dedupe-strings-plugin#readme",
"homepage": "https://github.com/markis/dedupe-string-plugin#readme",
"devDependencies": {

@@ -36,0 +36,0 @@ "@types/webpack": "^2.2.11",

@@ -7,3 +7,3 @@ # dedupe-string-plugin

##### Before strip-whitespace:
##### Before dedupe-string-plugin:
``` javascript

@@ -17,3 +17,3 @@ function thing() {

##### After strip-whitespace:
##### After dedupe-string-plugin:
``` javascript

@@ -20,0 +20,0 @@ function thing() {

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