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

get-scroll-info

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-scroll-info - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

build/src/index.js

@@ -62,2 +62,4 @@ 'use strict';

scrollHeight: scrollHeight,
scrollNodeWidth: w,
scrollNodeHeight: h,

@@ -64,0 +66,0 @@ top: scrollTop,

17

package.json
{
"name": "get-scroll-info",
"version": "0.0.12",
"version": "0.0.13",
"description": "Get Scroll Information",
"repository": "react-atomic/react-atomic-organism",
"main": "./build/src/index.js",
"keywords": [ ],
"keywords": [],
"author": "Hill <hill@kimo.com>",
"license": "MIT",
"dependencies": { },
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-loader": "^6.2.5",
"webpack": "^1.13.0"
"babel-cli": "^6.7.5"
},
"scripts": {
"build": "rm -rf build && BABEL_ENV=build babel src -d build/src",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},

@@ -25,0 +18,0 @@ "files": [

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