Comparing version 0.2.2 to 2.0.3
{ | ||
"name": "restintag", | ||
"version": "0.2.2", | ||
"version": "2.0.3", | ||
"description": "HTTP requests made easy through HTML tags", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -50,3 +50,3 @@ # RESTInTag | ||
3. `data-disabled`: `true` to disable the tag until the request is done else just put `false` | ||
4. `data-once`: `true` to disable the tag entirely after the first request | ||
4. `data-once`: `true` to disable the tag entirely after the first request, default is `false` | ||
@@ -76,3 +76,3 @@ example: | ||
disable: true, // to disable the clicking event until the request is finished | ||
once: true // to disable the click event after the first request is processed | ||
once: false // to disable the click event after the first request is processed | ||
} | ||
@@ -112,2 +112,3 @@ ``` | ||
- [Israel Roldan](https://github.com/israelroldan) | ||
- [Murat Doğan](https://github.com/muratdogan17) | ||
@@ -114,0 +115,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
113049
1
116