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 Compare versions

Comparing version 0.0.3 to 0.0.4

7

CHANGES.md
# Changelog
## 0.0.3 (Unreleased)
## 0.0.4 (2021-05-12)
- Upgrade to lit 2.0.0-rc.2
## 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](http://lodash.com) used by Converse.
- Allow writes to the client-side store to be batched (via [mergebounce](https://github.com/conversejs/mergebounce)).

@@ -8,0 +13,0 @@ This is particularly useful for IndexedDB, which has a very slow writing speed.

8

package.json

@@ -20,4 +20,4 @@ {

"dependencies": {
"lit-html": "^1.2.1",
"lodash-es": "^4.17.15",
"lit-html": "^2.0.0-rc.2",
"lodash-es": "^4.17.21",
"mergebounce": "0.0.2"

@@ -34,6 +34,4 @@ },

"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"chai": "^4.2.0",
"eslint": "^7.2.0",
"eslint-plugin-lodash": "^7.1.0",
"karma": "^5.0.9",

@@ -65,3 +63,3 @@ "karma-chrome-launcher": "^3.1.0",

"module": "src/main.js",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

@@ -68,0 +66,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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