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

nodebb-plugin-reddit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-reddit - npm Package Compare versions

Comparing version

to
0.0.3

2

library.js

@@ -6,3 +6,3 @@ (function(Reddit) {

Reddit.parse = function(postContent, callback) {
var regex = /(?:^|\s)(\/[ru]\/\w+)/g;
var regex = /\B(\/[ru]\/\w+)/g;

@@ -9,0 +9,0 @@ if (postContent.match(regex)) {

{
"name": "nodebb-plugin-reddit",
"version": "0.0.2",
"version": "0.0.3",
"description": "NodeBB Reddit Plugin",

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

Sorry, the diff of this file is not supported yet