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

coap

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coap - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

5

dist/lib/cache.js

@@ -68,8 +68,7 @@ "use strict";

remove(key) {
if (this._cache.delete(key)) {
if (this.contains(key)) {
debug('remove cache entry, key:', key);
this.clearTimeout(key);
return true;
}
return false;
return this._cache.delete(key);
}

@@ -76,0 +75,0 @@ contains(key) {

2

package.json
{
"name": "coap",
"version": "1.2.0",
"version": "1.2.1",
"description": "A CoAP library for node modelled after 'http'",

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

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