Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

restintag

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restintag - npm Package Compare versions

Comparing version 0.2.2 to 2.0.3

2

package.json
{
"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 @@

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