Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@node-red/editor-api

Package Overview
Dependencies
Maintainers
2
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red/editor-api - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

lib/auth/index.js

@@ -144,3 +144,3 @@ /**

Tokens.create(user.username,"node-red-editor",user.permissions).then(function(tokens) {
log.audit({event: "auth.login",username:user.username,scope:user.permissions});
log.audit({event: "auth.login",user,username:user.username,scope:user.permissions});
user.tokens = tokens;

@@ -147,0 +147,0 @@ done(null,user);

@@ -96,3 +96,3 @@ /**

Tokens.create(username,client.id,scope).then(function(tokens) {
log.audit({event: "auth.login",username:username,client:client.id,scope:scope});
log.audit({event: "auth.login",user,username:username,client:client.id,scope:scope});
done(null,tokens.accessToken,null,{expires_in:tokens.expires_in});

@@ -99,0 +99,0 @@ });

{
"name": "@node-red/editor-api",
"version": "2.1.3",
"version": "2.1.4",
"license": "Apache-2.0",

@@ -19,4 +19,4 @@ "main": "./lib/index.js",

"dependencies": {
"@node-red/util": "2.1.3",
"@node-red/editor-client": "2.1.3",
"@node-red/util": "2.1.4",
"@node-red/editor-client": "2.1.4",
"bcryptjs": "2.4.3",

@@ -32,3 +32,3 @@ "body-parser": "1.19.0",

"mustache": "4.2.0",
"oauth2orize": "1.11.0",
"oauth2orize": "1.11.1",
"passport-http-bearer": "1.0.1",

@@ -35,0 +35,0 @@ "passport-oauth2-client-password": "0.1.2",

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