New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@azure/data-tables

Package Overview
Dependencies
Maintainers
3
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/data-tables - npm Package Compare versions

Comparing version 1.0.0-alpha.20200918.1 to 1.0.0-alpha.20200928.1

4

dist-esm/src/TableClient.js

@@ -19,5 +19,3 @@ // Copyright (c) Microsoft Corporation.

export class TableClient {
constructor(url, tableName, credentialOrOptions,
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options
options = {}) {
constructor(url, tableName, credentialOrOptions, options = {}) {
const credential = credentialOrOptions instanceof TablesSharedKeyCredential ? credentialOrOptions : undefined;

@@ -24,0 +22,0 @@ const clientOptions = (!(credentialOrOptions instanceof TablesSharedKeyCredential)

@@ -18,5 +18,3 @@ // Copyright (c) Microsoft Corporation.

export class TableServiceClient {
constructor(url, credentialOrOptions,
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options
options) {
constructor(url, credentialOrOptions, options) {
const credential = credentialOrOptions instanceof TablesSharedKeyCredential ? credentialOrOptions : undefined;

@@ -23,0 +21,0 @@ const clientOptions = (!(credentialOrOptions instanceof TablesSharedKeyCredential)

{
"name": "@azure/data-tables",
"version": "1.0.0-alpha.20200918.1",
"version": "1.0.0-alpha.20200928.1",
"description": "An isomorphic client library for the Azure Tables service.",

@@ -5,0 +5,0 @@ "sdk-type": "client",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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