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

azure-storage-promisified

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-storage-promisified - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/rand0me/azure-storage-promisified/compare/v1.0.0...v1.0.1) (2017-11-01)
### Bug Fixes
* **TableService:** Fix typings in AzureTable ([0f156e3](https://github.com/rand0me/azure-storage-promisified/commit/0f156e3))
<a name="1.0.0"></a>

@@ -7,0 +17,0 @@ # [1.0.0](https://github.com/rand0me/azure-storage-promisified/compare/v0.3.1...v1.0.0) (2017-11-01)

4

dist/TableService.d.ts

@@ -9,5 +9,5 @@ import { TableService, common, services } from 'azure-storage';

insertOrReplaceEntity(entity: T): Promise<{}>;
retrieveEntity(partKey: string, rowKey: string): Promise<{}>;
queryEntities(query: services.table.TableQuery, token?: TableService.TableContinuationToken): Promise<{}>;
retrieveEntity(partKey: string, rowKey: string): Promise<T>;
queryEntities(query: services.table.TableQuery, token?: TableService.TableContinuationToken): Promise<TableService.QueryEntitiesResult<T>>;
deleteEntity(PartitionKey: string, RowKey: string): Promise<{}>;
}
{
"name": "azure-storage-promisified",
"version": "1.0.0",
"version": "1.0.1",
"description": "Azure Storage with Promises",

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

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