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

steampipes

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

steampipes - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

5

lib/njs-streams-and-files.js

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 2.4.1
(function() {

@@ -107,3 +106,3 @@ 'use strict';

if (!is_buffer(d)) {
throw `µ23211 expected a buffer, got a ${type_of(d)}`;
throw new Error(`µ23211 expected a buffer, got a ${type_of(d)}`);
}

@@ -243,3 +242,1 @@ offset = 0;

}).call(this);
//# sourceMappingURL=njs-streams-and-files.js.map

2

package.json
{
"name": "steampipes",
"version": "3.1.0",
"version": "3.1.1",
"description": "Fast, simple data pipelines",

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

Sorry, the diff of this file is not supported yet

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