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

rets-client

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rets-client - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

3

dist/client.js

@@ -82,2 +82,5 @@ // Generated by CoffeeScript 1.10.0

}
if (this.settings.timeout) {
defaults.timeout = this.settings.timeout;
}
if (this.settings.proxyUrl) {

@@ -84,0 +87,0 @@ defaults.proxy = this.settings.proxyUrl;

4

dist/clientModules/search.stream.js

@@ -103,3 +103,5 @@ // Generated by CoffeeScript 1.10.0

delete mainOptions.queryType;
delete mainOptions.format;
if (mainOptions.format !== 'COMPACT-DECODED' && mainOptions.format !== 'COMPACT') {
delete mainOptions.format;
}
queryOptions = queryOptionHelpers.normalizeOptions(mainOptions);

@@ -106,0 +108,0 @@ retsContext = retsParsing.getStreamParser({

@@ -80,3 +80,2 @@ // Generated by CoffeeScript 1.10.0

};
delimiter = '\t';
} else {

@@ -87,4 +86,4 @@ result = {

};
delimiter = null;
}
delimiter = '\t';
columnText = null;

@@ -91,0 +90,0 @@ dataText = null;

{
"name": "rets-client",
"version": "5.1.0",
"version": "5.2.0",
"description": "A RETS client (Real Estate Transaction Standard).",

@@ -11,3 +11,2 @@ "main": "index.js",

"bufferstream": "^0.6.2",
"crypto": "0.0.3",
"debug": "^2.2.0",

@@ -26,3 +25,3 @@ "formidable": "~1.0.15",

"chai": "^4.1.2",
"coffee-script": "^1.8.0",
"coffeescript": "^1.8.0",
"mocha": "^3.5.3",

@@ -41,3 +40,3 @@ "source-map-support": "^0.4.18",

"test": "node_modules/mocha/bin/_mocha --compilers ts-node/register test/*.ts",
"prepublish": "npm run test",
"prepare": "npm run test",
"dev": "coffee --watch --output dist lib/"

@@ -44,0 +43,0 @@ },

@@ -8,2 +8,5 @@ rets-client

#### 5.2
Added `timeout` setting, and allow `COMPACT` format.
#### 5.1

@@ -10,0 +13,0 @@ Added TypeScript typings.

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