Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

pat-doclock

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pat-doclock

A pattern that locks

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

pat-doclock

A Patternslib pattern.

For example:

<form class="pat-doclock"
      data-pat-doclock="url: mock/toggle-lock.html"
>
    ...
</form>

Development

For standalone development run (installation and starting a server):

    > make all

To clean up local directory (after running make all) run:

    > make clean

Purpose

This pattern is Quaive specific and is meant to lock a document in order to prevent concurrent edits.

Every time a user starts typing or pastes content in a form that has the class pat-doclock, an ajax call to the url specified using the data-pat-doclock option is performed. When the form is replaced or the user leaves the page, the same url is called to unlock the document.

Keywords

patternslib

FAQs

Package last updated on 23 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts