Socket
Socket
Sign inDemoInstall

nodebb-plugin-adsense

Package Overview
Dependencies
3
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

4

library.js

@@ -6,4 +6,4 @@ 'use strict';

var meta = module.parent.require('./meta');
var groups = module.parent.require('./groups');
var meta = require.main.require('./src/meta');
var groups = require.main.require('./src/groups');

@@ -10,0 +10,0 @@ var Adsense = module.exports;

{
"name": "nodebb-plugin-adsense",
"version": "1.0.3",
"version": "1.0.4",
"description": "Plugin to easily place ads on your forum in different areas",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc