Socket
Socket
Sign inDemoInstall

de-dupe

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de-dupe - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

10

package.json
{
"name": "de-dupe",
"bin": ".bin/de-dupe",
"version": "0.0.3",
"version": "0.0.4",
"description": "Deduplicate strings from javascript assets",

@@ -31,4 +31,2 @@ "main": "index.js",

"acorn": "^3.0.4",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"escodegen": "^1.8.0",

@@ -40,5 +38,9 @@ "escope": "^3.6.0",

"estraverse": "^4.2.0",
"typescript": "^1.8.7",
"uglify-js": "^2.6.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"typescript": "^1.8.7"
}
}

4

README.md

@@ -1,2 +0,2 @@

##De-dupe - a Javascript string minifier
#De-dupe - a Javascript string minifier

@@ -16,4 +16,2 @@ De-dupe is an asset minification process that will identify duplicate strings in all scopes of a javascript file and will introduce a variable instead of the string itself. It does not introduce variables on the global scope, it will keep the variables to the individual scopes that it identifies. It can also clean up strings so that they don't have large amounts of white space in them.

```
de-dupe 0.0.2
Usage: de-dupe [options] -- <...files>

@@ -20,0 +18,0 @@ Options:

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