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

nodebb-plugin-adsense

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-adsense - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

4

library.js

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

admin.activate = function(id) {
if (id === 'nodebb-plugin-adsense') {
admin.activate = function(data) {
if (data.id === 'nodebb-plugin-adsense') {
var defaults = [

@@ -52,0 +52,0 @@ { field: 'client_id', value: '' },

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

@@ -22,3 +22,3 @@ "main": "library.js",

"nbbpm": {
"compatibility": "^1.2.0"
"compatibility": "^1.5.0"
},

@@ -25,0 +25,0 @@ "readmeFilename": "README.md",

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