Comparing version 0.9.4 to 0.9.5
{ | ||
"name": "decomment", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Removes comments from JSON/JavaScript, CSS/HTML, CPP/H, etc.", | ||
@@ -9,8 +9,6 @@ "main": "lib/index.js", | ||
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test", | ||
"travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", | ||
"lint": "./node_modules/.bin/eslint ./lib ./test" | ||
"lint": "eslint ./lib ./test" | ||
}, | ||
"files": [ | ||
"lib", | ||
"test" | ||
"lib" | ||
], | ||
@@ -49,4 +47,3 @@ "homepage": "https://github.com/vitaly-t/decomment", | ||
"devDependencies": { | ||
"coveralls": "3.1.0", | ||
"eslint": "7.22.0", | ||
"eslint": "8.1.0", | ||
"istanbul": "0.4.5", | ||
@@ -53,0 +50,0 @@ "jasmine-node": "3.0.0" |
@@ -6,6 +6,2 @@ decomment | ||
[![Build Status](https://travis-ci.org/vitaly-t/decomment.svg?branch=master)](https://travis-ci.org/vitaly-t/decomment) | ||
[![Coverage Status](https://coveralls.io/repos/vitaly-t/decomment/badge.svg?branch=master)](https://coveralls.io/r/vitaly-t/decomment?branch=master) | ||
[![Downloads Count](http://img.shields.io/npm/dm/decomment.svg)](https://www.npmjs.com/package/decomment) | ||
## Installing | ||
@@ -12,0 +8,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3
0
21287
5
387
201