New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cocreate/users

Package Overview
Dependencies
Maintainers
0
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/users - npm Package Compare versions

Comparing version 1.37.2 to 1.37.3

2

package.json
{
"name": "@cocreate/users",
"version": "1.37.2",
"version": "1.37.3",
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -461,7 +461,6 @@ /*globals CustomEvent, btoa*/

Observer.init({
name: 'CoCreateElementsRemovedNodes',
observe: ['addedNodes'],
target: '[session]',
callback: () => {
let checkSessionTimeout
function checkSession() {
clearTimeout(checkSessionTimeout);
checkSessionTimeout = setTimeout(function () {
Crud.socket.send({

@@ -472,2 +471,11 @@ method: 'checkSession',

});
}, 500);
}
Observer.init({
name: 'CoCreateUserSessionAddedNodes',
observe: ['addedNodes'],
target: '[session]',
callback: () => {
checkSession();
}

@@ -474,0 +482,0 @@ });

Sorry, the diff of this file is too big to display

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