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

@warerebel/azureblobstoragehelper

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warerebel/azureblobstoragehelper - npm Package Compare versions

Comparing version 0.5.2 to 0.8.2

dist/azureBlobStorage.js

21

package.json
{
"name": "@warerebel/azureblobstoragehelper",
"version": "0.5.2",
"version": "0.8.2",
"description": "Module to ease the storing of data in azure gen2 blob storage",
"main": "lib/azureBlobStorage.js",
"main": "dist/azureBlobStorage.js",
"files": [
"dist/*.js",
"src/*.ts",
"test/*.spec.js",
"index.d.ts"
],
"scripts": {
"build": "node node_modules/typescript/bin/tsc",
"test": "node node_modules/nyc/bin/nyc node_modules/mocha/bin/mocha test/*.spec.js",

@@ -28,11 +35,15 @@ "lint": "node node_modules/eslint/bin/eslint **/*.js",

"dependencies": {
"@warerebel/azurerestauth": "^0.2.1"
"@warerebel/azurerestauth": "^0.4.9"
},
"devDependencies": {
"@types/node": "^12.7.8",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"coveralls": "^3.0.6",
"eslint": "^6.3.0",
"eslint": "^6.4.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"sinon": "^7.4.2"
"sinon": "^7.5.0",
"typescript": "^3.6.3"
}
}

@@ -5,3 +5,3 @@ [![Build Status](https://travis-ci.com/warerebel/azureblobstoragehelper.svg?branch=master)](https://travis-ci.com/warerebel/azureblobstoragehelper)

# Intorduction
# Introduction
Module to ease the storing of data in azure gen2 blob storage

@@ -8,0 +8,0 @@

@@ -6,3 +6,3 @@ /* eslint-disable no-undef */

const passthrough = require("stream").PassThrough;
const azureBlobStorage = require("../lib/azureBlobStorage");
const {AzureBlobStorage} = require("../dist/azureBlobStorage");

@@ -12,3 +12,3 @@ describe("It provides a convenience wrapper around the Azure blob storage rest api", function(){

this.beforeEach(function(){
this.myAzureBlobStorage = new azureBlobStorage("account", "key");
this.myAzureBlobStorage = new AzureBlobStorage("account", "key");
});

@@ -15,0 +15,0 @@

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