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

@converse/skeletor

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@converse/skeletor - npm Package Versions

0.0.8

Diff

Changelog

Source

0.0.8 (2023-02-14)

  • Use the released version of @converse/localforage-getitems
  • Update 3rd party dependencies
jcbrand
published 0.0.7 •

Changelog

Source

0.0.7 (2022-04-08)

  • Move code that needs to be bundled to dependencies from devDependencies
  • Update localForage-getItems to fix a build issue on Windows
jcbrand
published 0.0.6 •

Changelog

Source

0.0.6 (2022-04-08)

  • Use the getAll IndexedDB function, which should result in a significant speedup
  • Update various 3rd party dependencies.
jcbrand
published 0.0.5 •

Changelog

Source

0.0.5 (2021-07-08)

  • #13 Import the default export of localforage
  • Don't expect a collection's model attribute to have a prototype. It might be an arrow function, in which case it doesn't.
  • Update to mergebounce 0.1.0
jcbrand
published 0.0.4 •

Changelog

Source

0.0.4 (2021-05-12)

  • Upgrade to lit 2.0.0-rc.2
jcbrand
published 0.0.3 •

Changelog

Source

0.0.3 (2021-04-28)

  • Create the ElementView, which is like a Backbone View but extends HTMLElement and is therefore also a custom element or web component. /home/kalie/src/converse.prosody/src/converse.js/src/headless/core.js: * @property {object} converse.env._ - The instance of lodash-es used by Converse.
  • Allow writes to the client-side store to be batched (via mergebounce). This is particularly useful for IndexedDB, which has a very slow writing speed. To enabled batched writes, pass in true for the 3rd parameter of the Storage constructor.
jcbrand
published 0.0.2 •

Changelog

Source

0.0.2 (2020-09-18)

Initial fork from Backbone

  • Removes the dependency on jQuery
  • Instead of the render method Views can have a toHTML method which must return a lit-html TemplateResult.
  • Replaces underscore with lodash
  • Imports lodash methods individually to allow for tree-shaking
  • Uses the native browser API instead of lodash
  • Drops support for older browsers (including IE) and uses ES6+ language features
  • Splits models, views and collections into separate modules
  • Adds a new ElementView class, which is a like a Backbone View, but doubles as an instance of HTMLElement and can be used to register a custom element or web-component.
jcbrand
published 0.0.1 •

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