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.3.5 to 1.3.6

8

CHANGELOG.md

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

## [1.3.6](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.5...v1.3.6) (2023-10-09)
### Bug Fixes
* bump cocreate dependency versions ([16becc3](https://github.com/CoCreate-app/CoCreate-authenticate/commit/16becc33bfd53761e7d308f6272c9e4aa59043d9))
* return empty object if null ([9c7445e](https://github.com/CoCreate-app/CoCreate-authenticate/commit/9c7445ecfcf1d580a23a9202339d461c308ed9c8))
## [1.3.5](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.4...v1.3.5) (2023-10-09)

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

2

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

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

@@ -122,3 +122,3 @@ const jwt = require('jsonwebtoken');

users.delete(token)
return null
return {}

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