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

curvecp

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curvecp - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

6

package.json
{
"name": "curvecp",
"version": "0.9.6",
"version": "0.9.7",
"description": "Pure javascript CurveCP library",

@@ -24,3 +24,3 @@ "main": "src/index.js",

"int64-buffer": "^0.1.7",
"is-buffer": "^1.1.0",
"is-buffer": "^1.1.4",
"lodash": "^3.10.1",

@@ -32,3 +32,3 @@ "nanotimer": "^0.3.13",

"winston": "^2.2.0",
"winston-meta-wrapper": "^1.0.0"
"winston-meta-wrapper": "^1.1.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -41,4 +41,4 @@ var Chicago = require('./chicago.js')

self._cleanup()
self.emit('close')
self._stream.removeAllListeners()
self.emit('close')
})

@@ -45,0 +45,0 @@ this._stream.on('end', function () {

@@ -126,4 +126,4 @@ 'use strict'

close: function () {
curveStream.emit('close')
stream.removeAllListeners()
curveStream.emit('close')
},

@@ -130,0 +130,0 @@ end: function () {

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