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.0.3 to 5.1.0

dts/api.d.ts

18

package.json
{
"name": "rets-client",
"version": "5.0.3",
"version": "5.1.0",
"description": "A RETS client (Real Estate Transaction Standard).",
"main": "index.js",
"typings": "dts/index.ts",
"dependencies": {

@@ -20,10 +21,21 @@ "base64-stream": "^0.1.3",

"devDependencies": {
"coffee-script": "^1.8.0"
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.31",
"chai": "^4.1.2",
"coffee-script": "^1.8.0",
"mocha": "^3.5.3",
"source-map-support": "^0.4.18",
"ts-node": "^3.3.0",
"typescript": "^2.5.3"
},
"files": [
"dist",
"dts",
"index.js"
],
"scripts": {
"prepublish": "coffee --compile --output dist/ lib/",
"pretest": "coffee --compile --output dist/ lib/ && tsc --noEmit",
"test": "node_modules/mocha/bin/_mocha --compilers ts-node/register test/*.ts",
"prepublish": "npm run test",
"dev": "coffee --watch --output dist lib/"

@@ -30,0 +42,0 @@ },

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

#### 5.1
Added TypeScript typings.
#### 5.0

@@ -10,0 +13,0 @@ A significant amount of internal cleanup, resulting in more consistent code and API. There are some minor breaking

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