New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zazzy-browser

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zazzy-browser

A collection of general-purpose browser utilities used as higher-level building-blocks to create Bootstrap v4 websites and assist in client-server communications.

  • 1.3.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-90.32%
Maintainers
1
Weekly downloads
 
Created
Source

zazzy-browser (zzb)

A collection of general-purpose browser utilities used as higher-level building-blocks to create Bootstrap v4 websites and assist in client-server communications.

Zazzy Browser depends on jQuery, lodash

Optional is Bootstrap Mobile FullScreen Modal which is CSS only and not javascript. It gives a better look-and-feel to mobile dialogs.

Include in your html page:

<script src="/zzb.js"></script>

Zazzy Browser gets automatically loaded into the global cache and is referenced via zzb.

  • zzb.zzNode: tree operations
  • zzb.types: data type operations: supplements lodash
  • zzb.uuid: uuid functions
  • zzb.strings: string functions
  • zzb.uib: ui functions for bootsrap
  • zzb.forms: form functions
  • zzb.dialogs: dialog functions built on TBS4 modal with Bootstrap-FS-Modal Mobile styling[Bootstrap Mobile FullScreen Modal]
  • zzb.rob: uniform return object (rob) functions
  • zzb.ajax: ajax helpers with promises
  • zzb.status: gets status info, such as user, page, role info which has been set prior in sessionStorage otherwise try getting from the server

Build

Use gulp to generate javascript distribution files, including the minified version.

$ gulp default

Testing

For dialog testing, open test/index-test.html in a browser. You should see a dialog pop-up.

Mocha tests can be run via npm.

$ npm test

MIT Licensed

Keywords

FAQs

Package last updated on 26 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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