Comparing version 0.0.4 to 0.0.5
@@ -6,3 +6,3 @@ "use strict"; | ||
var index_1 = require('./index'); | ||
var config = JSON.parse(fs.readFileSync('./package.json', 'utf-8')); | ||
var config = require('./package.json'); | ||
process.title = config.name; | ||
@@ -9,0 +9,0 @@ var options = parseArguments(process); |
import fs = require('fs'); | ||
import path = require('path'); | ||
import Dedupe from './index'; | ||
var config = require('./package.json'); | ||
var config = JSON.parse(fs.readFileSync('./package.json', 'utf-8')); | ||
process.title = config.name; | ||
@@ -8,0 +7,0 @@ |
{ | ||
"name": "de-dupe", | ||
"bin": ".bin/de-dupe", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Deduplicate strings from javascript assets", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
1
123826
22
3122
1