Comparing version 1.1.12 to 1.1.13
{ | ||
"name": "de-dupe", | ||
"bin": ".bin/de-dupe", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Deduplicate strings from javascript assets", | ||
@@ -33,11 +33,11 @@ "main": "index.js", | ||
"dependencies": { | ||
"typescript": "3.6.4" | ||
"typescript": "4.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "4.2.4", | ||
"@types/mocha": "5.2.7", | ||
"@types/node": "12.12.1", | ||
"@types/chai": "4.2.14", | ||
"@types/mocha": "8.0.4", | ||
"@types/node": "14.14.10", | ||
"chai": "4.2.0", | ||
"mocha": "6.2.2", | ||
"rollup": "1.26.1", | ||
"mocha": "8.2.1", | ||
"rollup": "2.33.3", | ||
"rollup-plugin-typescript": "1.0.1", | ||
@@ -44,0 +44,0 @@ "tslint": "5.20.0" |
# De-dupe - a Javascript string minifier | ||
[![Build Status](https://travis-ci.org/markis/de-dupe.svg?branch=master)](https://travis-ci.org/markis/de-dupe) [![Known Vulnerabilities](https://snyk.io/test/github/markis/de-dupe/badge.svg)](https://snyk.io/test/github/markis/de-dupe) [![Greenkeeper badge](https://badges.greenkeeper.io/markis/de-dupe.svg)](https://greenkeeper.io/) | ||
![npm test](https://github.com/markis/de-dupe/workflows/npm%20test/badge.svg) [![Known Vulnerabilities](https://snyk.io/test/github/markis/de-dupe/badge.svg)](https://snyk.io/test/github/markis/de-dupe) | ||
@@ -5,0 +5,0 @@ 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. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82723
15
+ Addedtypescript@4.1.2(transitive)
- Removedtypescript@3.6.4(transitive)
Updatedtypescript@4.1.2