New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vert

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vert - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
package.json
{
"name": "vert",
"version": "0.2.0",
"version": "0.2.1",
"description": "The swiss army knife of browser scrolling.",

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

@@ -18,2 +18,12 @@ # vert (beta)

If you are using webpack or another bundler, you can import the entire library at once or import individual methods and objects as needed. If not, you can require `dist/vert.js` and access methods and objects on the `vert` global. The following examples assume you are using the import all/global version of vert.
```
import * as vert from 'vert';
// OR
import { start as startVert } from 'vert';
```
Before setting up any listeners, vert must first be started.

@@ -20,0 +30,0 @@