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

@elastic.io/object-storage-client

Package Overview
Dependencies
Maintainers
14
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/object-storage-client - npm Package Compare versions

Comparing version 0.0.1-dev.12 to 0.0.2-dev

.eslintignore

2

dist/object-storage.d.ts

@@ -10,3 +10,3 @@ /// <reference types="node" />

}
export declare type TransformMiddleware = Duplex;
export declare type TransformMiddleware = () => Duplex;
export default class ObjectStorage {

@@ -13,0 +13,0 @@ private client;

@@ -40,3 +40,3 @@ "use strict";

return middlewares.reduce((stream, middleware) => {
return stream.pipe(middleware);
return stream.pipe(middleware());
}, stream);

@@ -43,0 +43,0 @@ }

{
"name": "@elastic.io/object-storage-client",
"version": "0.0.1-dev.12",
"version": "0.0.2-dev",
"description": "Elastic.io Message Store Client",

@@ -12,4 +12,4 @@ "main": "dist/index.js",

"test": "NODE_ENV=test mocha -r ts-node/register --recursive ./spec/**/*.ts",
"transpile": "tsc",
"prepublishOnly": "npm audit && npm run lint && npm run test && npm run transpile"
"build": "tsc",
"prepublishOnly": "npm run lint && npm run test && npm run build"
},

@@ -44,3 +44,3 @@ "license": "UNLICENSED",

"eslint-plugin-standard": "4.0.0",
"mocha": "8.0.1",
"mocha": "6.1.4",
"nock": "10.0.6",

@@ -47,0 +47,0 @@ "sinon": "7.3.2",

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