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

lento

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lento - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

5

lib/client.js

@@ -6,3 +6,3 @@ 'use strict'

const parseMs = require('ms')
const deepSet = require('dset')
const deepSet = require('dset').dset
const herr = require('http-errors')

@@ -210,4 +210,5 @@ const http = require('http')

let result
try {
var result = JSON.parse(buf)
result = JSON.parse(buf)
} catch (err) {

@@ -214,0 +215,0 @@ return callback(err)

4

package.json
{
"name": "lento",
"version": "2.4.0",
"version": "2.4.1",
"description": "Streaming client for Presto HTTP protocol v1",

@@ -25,3 +25,3 @@ "license": "MIT",

"debug": "^4.1.0",
"dset": "^2.0.1",
"dset": "^3.1.2",
"http-errors": "^1.8.0",

@@ -28,0 +28,0 @@ "ms": "^2.1.1",

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