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

quick.js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick.js

Lightweight, Modular, Isomorphic, DOM Traversal Library

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

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

Code Climate Test Coverage

quick.js

Lightweight, Modular, Isomorphic, DOM Traversal Library

inspired by sprintjs

this package is just an experiment to create a very thin jquery like wrapper for dom manipulation that works universally. it weighs in at a whopping 11kb and uses native methods for everything.

more or less matches the functionality of jQuery dom manipulation methods, Not a library to use if you have to support legacy browsers. I don't support the various alias methods, having just one method for each thing.

Selections are cached by default, and the cache is bustable (props to Eric Mann).

If you want to contribute, I could use a little help with asyncing the whole thing, ala jquery 3 style.

Coverage is good and it's more or less type safe, but I can always use help there to tighten things up.

Some methods may not be an exact copy of their jquery counterparts. This is a quick and dirty dom manipulation library, not a jquery replacement.

Contributions and PRs very welcome.

Keywords

FAQs

Package last updated on 09 Nov 2015

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