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.14 to 0.1.0

build/cjs/src/index.js

20

package.json
{
"name": "get-scroll-info",
"version": "0.0.14",
"version": "0.1.0",
"description": "Get Scroll Information",
"repository": "react-atomic/react-atomic-organism",
"main": "./build/src/index.js",
"main": "./build/cjs/src/index.js",
"module": "./build/es/src/index.js",
"keywords": [],
"author": "Hill <hill@kimo.com>",
"license": "MIT",
"dependencies": {},
"dependencies": {
},
"devDependencies": {
"babel-cli": "^6.7.5"
"@babel/cli": "^7.x",
"chai": "*",
"mocha": "*"
},
"scripts": {
"build": "rm -rf build && BABEL_ENV=build babel src -d build/src",
"prepublishOnly": "npm run build"
"build:cjs": "BABEL_ENV=build babel src -d build/cjs/src --root-mode upward",
"build:es": "BABEL_ENV=es babel src -d build/es/src --root-mode upward",
"build:test": "BABEL_ENV=build babel tests -d build/tests --root-mode upward",
"build": "rm -rf build && npm run build:cjs && npm run build:es",
"prepublishOnly": "npm run build",
"test": "npm run build && npm run build:test && mocha 'build/tests/**/*.js'"
},

@@ -18,0 +26,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