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

zscroller

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zscroller - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "zscroller",
"version": "0.2.2",
"version": "0.2.3",
"description": "dom scroller based on zynga scroller",

@@ -5,0 +5,0 @@ "keywords": [

@@ -30,6 +30,6 @@ /*

var counter = 1;
var win = typeof window !== undefined ? window : undefined;
var win = typeof window !== 'undefined' ? window : undefined;
if (!win) {
win = typeof global !== undefined ? global : {};
win = typeof global !== 'undefined' ? global : {};
}

@@ -36,0 +36,0 @@

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