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 3.0.0 to 3.0.1

2

package.json
{
"name": "rets-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "A RETS client (Real Estate Transaction Standard).",

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

@@ -13,5 +13,5 @@ rets-client

Many of the metadata methods are capable of returning multiple sets of data, including (but not limited to) the
getAll* methods. Versions 1.x and 2.x did not handle this properly; version 1.x returned the values from the last set
encountered, and version 2.x returned the values from the first set encountered. Version 3.x always returns all values
encountered, by returning an array of data sets rather than a single one.
getAll* methods. Versions 1.x and 2.x did not handle this properly; ~~version 1.x returns the values from the last set
encountered~~, and version 2.x returns the values from the first set encountered. (This has been corrected in version
1.2.0) Version 3.x always returns all values encountered, by returning an array of data sets rather than a single one.

@@ -18,0 +18,0 @@ In addition to the methods available in 2.x, version 3.0 adds `client.search.stream.searchRets()`, which returns a

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