New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

paged

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paged - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+1
-1
package.json
{
"name": "paged",
"version": "0.0.4",
"version": "0.0.5",
"description": "A paged/tabbed module for the browser",

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

@@ -12,2 +12,3 @@ module.exports = Paged

function Paged(container, sections, nofx) {
EventEmitter.call(this)
this.container = container

@@ -20,3 +21,3 @@ this.sections = sections

Paged.prototype = new EventEmitter()
Paged.prototype = EventEmitter.prototype

@@ -23,0 +24,0 @@ /*