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

swup

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swup - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

package.json
{
"name": "swup",
"version": "1.3.2",
"version": "1.3.3",
"description": "Animated page transitions with css.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -407,3 +407,3 @@ # swup

```javascript
// enable cache
// remove page from cache
swup.cache.remove('/your-url');

@@ -421,4 +421,4 @@ ```

// scroll page to some position (2000px form top in this example)
swup.scrollTo(window, 2000);
// scroll page to some position (2000px from top in this example)
swup.scrollTo(document.body, 2000);
```

@@ -425,0 +425,0 @@ **Note:** `loadPage` function is used to submit forms with swup.

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