Socket
Socket
Sign inDemoInstall

scrolly-video

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

scrolly-video - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

dist/ScrollyVideo.d.ts

7

package.json
{
"name": "scrolly-video",
"version": "0.0.10",
"version": "0.0.11",
"description": "A component for scroll-based (or other externally controlled) playback.",
"main": "dist/scrolly-video.js",
"types": "dist/ScrollyVideo.d.ts",
"scripts": {

@@ -10,2 +11,3 @@ "dev": "DOCS_SITE=true rollup -c -w",

"build-docs": "rimraf build && DOCS_SITE=true rollup -c",
"postbuild": "tsc",
"start": "sirv build",

@@ -62,4 +64,5 @@ "test": "echo \"Error: no test specified\" && exit 1",

"svelte-markdown": "^0.2.3",
"svelte-preprocess": "^4.10.2"
"svelte-preprocess": "^4.10.2",
"typescript": "^4.9.5"
}
}

@@ -111,4 +111,7 @@ # ScrollyVideo.js

## Known Issues
- On iOS, ScrollyVideo will not work if battery saver mode is on. Unfortunately, there is no workaround for this due to the way that iOS handles videos and battery saving functions.
---
Created by: [Daniel Kao](https://www.diplateevo.com/)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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