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

ytpl

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ytpl - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/firstpage.js

@@ -32,3 +32,3 @@ "use strict";

})
response.items = response.items.filter((item, index) => {
response.items = response.items.filter(function(item, index) {
return options.limit ? options.limit > index : true

@@ -35,0 +35,0 @@ })

@@ -32,3 +32,3 @@ "use strict";

});
items = items.filter((item, index) => {
items = items.filter(function(item, index) {
return options.limit ? options.limit > index : true

@@ -35,0 +35,0 @@ })

@@ -8,3 +8,3 @@ {

],
"version": "0.1.0",
"version": "0.1.1",
"repository": {

@@ -11,0 +11,0 @@ "type": "git",

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