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

piconav

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piconav - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "piconav",
"version": "0.0.1",
"version": "0.0.2",
"description": "JS SPA nav library.",

@@ -13,3 +13,7 @@ "main": "index.js",

"lodash.merge": "^4.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/emadda/piconav"
}
}

6

readme.md

@@ -39,3 +39,3 @@ ### What is `piconav`?

1. Create a `nav.js` to add configuration and event handlers to `piconav`.
#### 1. Create a `nav.js` to add configuration and event handlers to `piconav`.

@@ -78,3 +78,3 @@ ```js

2. Import `nav.js` to your store, map JS state to `document` state.
#### 2. Import `nav.js` to your store, map JS state to `document` state.

@@ -139,3 +139,3 @@ When the user navigates via browser:

3. Run `navByBrowser` on initial page load.
#### 3. Run `navByBrowser` on initial page load.

@@ -142,0 +142,0 @@ This will call `events.browser.after` which will set your JS state to match the current URL.

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