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

@fresh8/copacetic

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fresh8/copacetic - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2

3

lib/copacetic.js

@@ -182,3 +182,3 @@ const EventEmitter = require('events')

if (this.isPolling !== false) {
this.poll = setTimeout(loop, delay)
this.pollTimeout = setTimeout(loop, delay)
} else {

@@ -201,2 +201,3 @@ this.emit('stopped')

this.isPolling = false
clearTimeout(this.pollTimeout)
}

@@ -203,0 +204,0 @@

{
"name": "@fresh8/copacetic",
"version": "3.5.1",
"version": "3.5.2",
"description": "A package to help your service check the health of its dependencies.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

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