Socket
Socket
Sign inDemoInstall

aos

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aos - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

package.json
{
"name": "aos",
"version": "2.3.0",
"version": "2.3.1",
"description": "Animate on scroll library",
"homepage": "http://michalsnik.github.io/aos/",
"homepage": "https://michalsnik.github.io/aos/",
"author": "Michał Sajnóg <michal.sajnog@hotmail.com>",

@@ -7,0 +7,0 @@ "license": "MIT",

@@ -27,6 +27,2 @@ /**

// Detect not supported browsers (<=IE9)
// http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
const browserNotSupported = document.all && !window.atob;
/**

@@ -114,2 +110,6 @@ * Default options

// Detect not supported browsers (<=IE9)
// http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
const browserNotSupported = document.all && !window.atob;
/**

@@ -116,0 +116,0 @@ * Don't init plugin if option `disable` is set

@@ -1,3 +0,6 @@

const doc = window.document;
const MutationObserver =
let callback = () => {};
function ready(selector, fn) {
const doc = window.document;
const MutationObserver =
window.MutationObserver ||

@@ -7,5 +10,2 @@ window.WebKitMutationObserver ||

let callback = () => {};
function ready(selector, fn) {
const observer = new MutationObserver(check);

@@ -12,0 +12,0 @@ callback = fn;

Sorry, the diff of this file is not supported yet

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