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.2 to 1.3.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.3.3](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.2...v1.3.3) (2023-09-17)
### Bug Fixes
* object.$filter ([18c659f](https://github.com/CoCreate-app/CoCreate-authenticate/commit/18c659f2f1778a2ba42417b136f4b3db4856a9f5))
## [1.3.2](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.1...v1.3.2) (2023-08-21)

@@ -2,0 +9,0 @@

4

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

@@ -31,3 +31,3 @@ "keywords": [

},
"license": "MIT",
"license": "AGPL-3.0",
"repository": {

@@ -34,0 +34,0 @@ "type": "git",

@@ -58,6 +58,8 @@ const jwt = require('jsonwebtoken');

array: 'keys',
filter: {
query: [
{ key: 'type', value: 'keyPair' },
],
object: {
$filter: {
query: [
{ key: 'type', value: 'keyPair' },
],
}
},

@@ -64,0 +66,0 @@ organization_id: process.env.organization_id,

Sorry, the diff of this file is not supported yet

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