mqtt-pattern
Advanced tools
Comparing version 1.2.0 to 2.0.0
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "mqtt-pattern", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "Fast library for matching MQTT patterns with named wildcards", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -28,3 +29,4 @@ "test": "node test" | ||
"eslint-plugin-node": "^4.2.2", | ||
"tape": "^4.6.3" | ||
"tape": "^4.6.3", | ||
"ts-toolbelt": "^9.6.0" | ||
}, | ||
@@ -31,0 +33,0 @@ "dependencies": { |
@@ -59,2 +59,5 @@ # mqtt-pattern | ||
### `clean(pattern : String) : String` | ||
Removes the parameter names from a pattern. | ||
## How params work | ||
@@ -61,0 +64,0 @@ |
@@ -0,0 +0,0 @@ "use strict"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
18579
9
390
85
4