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

quicklink

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quicklink - npm Package Versions

1

0.1.0

Diff

Changelog

Source

0.1.0 (2018-12-11)

  • 0.1.0 (a76eade)
  • Clean up promises (e4923ee)
  • feat(prefetch links scrolling into viewport) for #6 (d1e825d), closes #6
  • fix typo~ (0c791bf)
  • Improve basic demo (04fa0d0)
  • infra(lint-fixes) for index and prefetch (c8c47f8)
  • Make it proper IUU (e6ffca9)
  • Revert logic changes, but keep refactors (a9d2216)
  • revert multi-if statement (cbe616a)
  • docs(CONTRIBUTING.md): add contribution guidelines (4a3da7b)
  • docs(README): add link to gatsby guess plugin + prefetch notes (d67a31a)
  • docs(README): add logo and badges (ec2b87c)
  • docs(README): changes for new boolean priority (7ba57a6)
  • docs(README): fix references to GoogleChomeLabs (9056abe)
  • docs(README): minor tweaks (2c04988)
  • release(package.json): bump due to priority now being Boolean (d3c3806)
  • release(package.json): bump version (5064745)
  • infra(eslint): bump to ecma 9 (6336333)
  • infra(linting): fix linting issues from #15 (e6c90d8), closes #15
  • infra(tests): add test for links scrolled into viewport (7b7e5ff)
  • infra(tests): minor rename (62b60cd)
  • infra(travis): attempt to fix server perms (fdbabff)
  • infra(travis): config for tests (2f0631b)
  • infra(travis): revert ports (972eacc)
  • fix: match long ternary style (06a9a0a)
  • fix: move puppeteer to devdeps (d98cec8)
  • golf: assert against Map.get existence; (2cd1daf)
  • golf: combine nav.connection if-statements; (34e9718)
  • golf: hoist shared “prefetcher” helper; (2a5f63b)
  • golf: inline isIntersecting filter; (1037e38)
  • golf: observe link & update Map in same loop; (47b370d)
  • golf: remove return within observer; (0e569a3)
  • golf: remove duplicate typeof document check; (1662c0c)
  • golf: skip setAttribute & assign directly; (f7cb14e)
  • golf: use Array.from to gather URL values; (5def7dd)
  • golf: use doc.head & doc.querySelector; (53b7d15)
  • golf: use Object.assign for defaults; (11c4369)
  • golf: use Promise instead of AsyncFunction; (84a0468)
  • golf: use Set & share prefetch caller; (d221c51)
  • golf: use ternary within prefetch functions; (be441dc)
  • golf(breaking): use Boolean for priority option; (e478a47)
addyosmani
published 0.0.4 •

addyosmani
published 0.0.3 •

Changelog

Source

0.0.3 (2018-12-05)

  • release(package.json) bump to 0.0.3 (2d46f53)
  • Docs(README): add browser support and typo fix (d2e18ad)
  • Docs(README): minor revisions (why, support, projects) (59d23d4)
  • docs(prefetch): add missing jsdoc comments (cada9d4)
  • docs(README.md): link to APIs used (a9af442)
  • docs(README): add note about timeoutFn (46b0874)
  • docs(README): add notes on unpkg and initializing (3609ac9)
  • docs(README): add why and related projects. (8799aca)
  • docs(README): further revisions to browser support (2e49f1f)
  • refactor(index.mjs): fix timeoutFn fallbacks (bfa8917)
  • feat(bundlesize): add initial setup (61012b4)
  • demos(basic.html): add simplest usage demo (e51781b)
  • demos(network-idle): add network-idle-callback demo (d4ae22d)
  • core(index.mjs): add support for timeoutFn (524b72e)
  • infra(package.json): server->start, add demos to linting (783a1b5)
addyosmani
published 0.0.2 •

Changelog

Source

0.0.2 (2018-11-27)

  • 0.0.1 (cddf434)
  • 0.0.2 (eb5c15e)
  • Drop private (fadf8b3)
  • fix test typos (f3f3f9b)
  • release(pkg.json): bump (200d528)
  • tests(bootstrap): extend timeout to 20000 (e5bf3f3)
  • docs(README): add API, polyfills, expand recipes (9205c20)
  • docs(README): add installation instructions, some better jobs. (b2ffa41)
  • docs(README): fix typo (43306cf)
  • docs(README): minor tweaks. (baa9ec0)
  • feat(index.mjs): add support for rIC timeout customisation (18bea81)
  • feat(tests refactoring): add mocha, chai tests with puppeteer (d0b8911)
  • feat(tests): add initial testing (fd81b71)
  • feat(tests): improve test coverage (3ee52bd)
  • feat(tests): move /demo to tests directory (9d8ff74)
addyosmani
published 0.0.1 •

Changelog

Source

0.0.1 (2018-11-24)

  • (tidy) clean-up demo directory (dc6bc58)
  • (tidy) index.mjs: JSDoc comments (e0d0afe)
  • 0.0.1 (9ad703b)
  • Add babelrc and travis configuration (d417c9c)
  • Add demo directory (67784f7)
  • Add dist to gitignore (3eb7f8c)
  • Add handling for effectiveconnectiontype (47dbaf5)
  • Add microbundle and configuration to package (6571ff0)
  • Add package.json (fd6149b)
  • Add saveData handling (32902a7)
  • Adds index: initial implementation (ce0aa40)
  • Clean-up source (ecbd70f)
  • clean(index, prefetch): move connection logic to prefetcher (a7cafa4)
  • clean(index.mjs, prefetch.mjs) move prefetching logic to one place (6e5d9fb)
  • clean(src/index.mjs, src/prefetch.mjs): further reshuffling (9fe6036)
  • docs(pkg, README): more tweaks. (c1e66c5)
  • feat(index, prefetch) Add support for higher prio fetches (c4fb77a)
  • fix(demo/index.html): Reference UMD build (6e7a838)
  • Initial commit (869ce69)
  • Lots of ESLint fixes (5d0af3d)
  • minor(index, prefetch): renaming (2c03bba)
  • tidy(demo/index.html): drop unused script reference (4aecc0f)
  • docs(package.json): get consistent with description (c2f00ed)
  • docs(README): add how it works, usage and recipes. (0a26a65)
  • fix(src): Add license headers (adf645e)
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