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 0.3.0 to 0.3.1

10

CHANGELOG.md

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

<a name="0.3.1"></a>
## [0.3.1](https://github.com/rand0me/azure-storage-promisified/compare/v0.3.0...v0.3.1) (2017-10-27)
### Bug Fixes
* **TableService:** Make token optional in #queryEntities() ([3cb2835](https://github.com/rand0me/azure-storage-promisified/commit/3cb2835))
<a name="0.3.0"></a>

@@ -7,0 +17,0 @@ # [0.3.0](https://github.com/rand0me/azure-storage-promisified/compare/v0.2.0...v0.3.0) (2017-10-09)

2

dist/TableService.d.ts

@@ -10,4 +10,4 @@ import { TableService, common, services } from 'azure-storage';

retrieveEntity<T>(partKey: string, rowKey: string): Promise<{}>;
queryEntities<T>(query: services.table.TableQuery, token: TableService.TableContinuationToken): Promise<{}>;
queryEntities<T>(query: services.table.TableQuery, token?: TableService.TableContinuationToken): Promise<{}>;
deleteEntity(PartitionKey: string, RowKey: string): Promise<{}>;
}
{
"name": "azure-storage-promisified",
"version": "0.3.0",
"version": "0.3.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