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

@nodebb/nodebb-plugin-import-users-csv

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodebb/nodebb-plugin-import-users-csv - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

library.js

@@ -177,3 +177,3 @@ /* eslint-disable no-await-in-loop */

if (behaviour === 'password') {
if (behaviour === 'password' && newPassword) {
await batch.processArray(users, async (users) => {

@@ -180,0 +180,0 @@ await Promise.all(users.map(async (userObj) => {

{
"name": "@nodebb/nodebb-plugin-import-users-csv",
"version": "1.2.0",
"version": "1.2.1",
"description": "A starter kit for quickly creating NodeBB plugins",

@@ -5,0 +5,0 @@ "main": "library.js",

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