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

azure-sb

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-sb - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

8

lib/models/queuemessageresult.js

@@ -99,4 +99,8 @@ //

exports.isRFC1123 = function (value) {
var date = new Date(value);
return azureutil.stringIsDate(date);
if(isNaN(value)) {
var date = new Date(value);
return azureutil.stringIsDate(date);
} else {
return false;
}
};

@@ -432,3 +432,2 @@ //

webResource.withHeader(HeaderConstants.CONTENT_LENGTH, Buffer.byteLength(payload, 'utf8'));
webResource.queryString[Constants.ServiceBusConstants.API_VERSION_QUERY_KEY] = null;

@@ -435,0 +434,0 @@ this._executeRequest(webResource, payload, null, null, callback);

@@ -14,3 +14,3 @@ {

],
"version": "0.10.2",
"version": "0.10.3",
"description": "Microsoft Azure Service Bus Service Library for node",

@@ -26,5 +26,2 @@ "tags": [

"main": "./lib/servicebus.js",
"engines": {
"node": ">= 0.6.15"
},
"licenses": [

@@ -31,0 +28,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