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

@cocreate/authenticate

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/authenticate - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.4.2](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.4.1...v1.4.2) (2023-11-03)
### Bug Fixes
* update dependencies to the lates versions ([cf521c5](https://github.com/CoCreate-app/CoCreate-authenticate/commit/cf521c568da5a8d938285d303ba2fa843a928b78))
* update method to use object.update etc ([ab9bacb](https://github.com/CoCreate-app/CoCreate-authenticate/commit/ab9bacb163d67ab3d7947a49ae94b6d92fbe3dda))
## [1.4.1](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.4.0...v1.4.1) (2023-10-25)

@@ -2,0 +10,0 @@

4

package.json
{
"name": "@cocreate/authenticate",
"version": "1.4.1",
"version": "1.4.2",
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",

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

"dependencies": {
"@cocreate/utils": "^1.26.1",
"@cocreate/utils": "^1.26.2",
"jsonwebtoken": "^9.0.0"
}
}

@@ -44,3 +44,3 @@ const crypto = require('crypto');

// crud.send({
// method: 'create.object',
// method: 'object.create',
// array: 'keys',

@@ -59,3 +59,3 @@ // object: {

const keys = crud.send({
method: 'read.object',
method: 'object.read',
array: 'keys',

@@ -84,3 +84,3 @@ object: {

// crud.send({
// method: 'delete.object',
// method: 'object.delete',
// array: 'keys',

@@ -87,0 +87,0 @@ // object: {

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