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
1
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.31.3 to 1.32.0

2

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

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

@@ -53,6 +53,6 @@ /*globals CustomEvent, btoa*/

key: user.object[0]._id,
roles: ['user'],
roles: user.object[0].roles,
email: user.object[0].email,
password: user.object[0].password || btoa('0000'),
array: data.array
array: user.array
}

@@ -59,0 +59,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