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

scroll-rise

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-rise - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

lib/index.es.js

11

package.json
{
"name": "scroll-rise",
"version": "1.0.8",
"version": "1.1.0",
"private": false,
"description": "The typescript library for scroll animation",
"main": "lib/index.js",
"main": "lib/index.umd.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",

@@ -15,3 +16,4 @@ "files": [

"build:dev": "webpack --mode development",
"watch": "webpack --watch --mode production"
"watch": "webpack --watch --mode production",
"docs": "npx webpack serve --config webpack.docs.js"
},

@@ -37,4 +39,5 @@ "repository": {

"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}
# Scroll Rise
The typescript library for scroll animation.
##Demo
[https://drkaramazin.github.io/scroll-rise/](https://drkaramazin.github.io/scroll-rise/)
## Built With

@@ -5,0 +9,0 @@ - Vanilla JS

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