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

@servicensw/navigation

Package Overview
Dependencies
Maintainers
2
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicensw/navigation - npm Package Compare versions

Comparing version 2.0.0-dev.5 to 2.0.0-dev.6

dist/js/smooth-scrolling.js

13

package.json
{
"name": "@servicensw/navigation",
"version": "2.0.0-dev.5",
"version": "2.0.0-dev.6",
"description": "Navigation",

@@ -18,9 +18,14 @@ "repository": {

"build:css": "NODE_ENV=production ./node_modules/.bin/postcss src/navigation.css --dir dist/css --config ./node_modules/@servicensw/builder/postcss.config.js",
"build": "npm run build:css"
"build:js": "NODE_ENV=production ./node_modules/.bin/rollup src/smooth-scrolling.es6.js --o dist/js/smooth-scrolling.js --f iife --config ./node_modules/@servicensw/builder/rollup.config.js && NODE_ENV=production ./node_modules/.bin/rollup src/sticky-nav.es6.js --o dist/js/sticky-nav.js --f iife --config ./node_modules/@servicensw/builder/rollup.config.js",
"build": "npm run build:css && npm run build:js"
},
"devDependencies": {
"@servicensw/base": "^2.0.0-dev.9",
"@servicensw/base": "^2.0.0-dev.10",
"@servicensw/builder": "^2.0.0-dev.6",
"postcss-cli": "^5.0.0"
"postcss-cli": "^5.0.0",
"rollup": "^0.58.2"
},
"dependencies": {
"throttle-debounce": "^2.0.0"
},
"publishConfig": {

@@ -27,0 +32,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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