Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gelf-pro

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gelf-pro - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

.npmignore

6

package.json
{
"name": "gelf-pro",
"version": "1.2.1",
"version": "1.2.2",
"main": "./lib/gelf-pro.js",

@@ -26,3 +26,3 @@ "types": "./lib/definition.d.ts",

"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec; ([ `node -v | cut -d'v' -f2 | cut -d. -f1` -gt 3 ] && (cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage) || true)"
},

@@ -34,3 +34,3 @@ "dependencies": {

"devDependencies": {
"coveralls": "^2.13.3",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",

@@ -37,0 +37,0 @@ "istanbul": "^0.4.5",

Sorry, the diff of this file is not supported yet

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