New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

decomment

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decomment - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

11

package.json
{
"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 @@

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