@eduardorothdev/rxjs-mqtt
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -22,4 +22,4 @@ "use strict"; | ||
...v, | ||
payload: JSON.parse(JSON.stringify(v.payload.toString())), | ||
payload: JSON.parse(v.payload.toString()), | ||
}))); | ||
} |
{ | ||
"name": "@eduardorothdev/rxjs-mqtt", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "RxJS wrapper for MQTT. Based on async-mqtt", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -38,3 +38,3 @@ import { map, OperatorFunction, pipe, tap } from "rxjs"; | ||
...v, | ||
payload: JSON.parse(JSON.stringify(v.payload.toString())), | ||
payload: JSON.parse(v.payload.toString()), | ||
})), | ||
@@ -41,0 +41,0 @@ ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22562