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

druxt-views

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

druxt-views - npm Package Compare versions

Comparing version 0.19.1 to 0.20.0

10

package.json
{
"name": "druxt-views",
"version": "0.19.1",
"version": "0.20.0",
"description": "Drupal Views components for Druxt with support for filters, pagination and sorting.",

@@ -47,6 +47,6 @@ "keywords": [

"drupal-jsonapi-params": "^2.0.0",
"druxt": "^0.19.3",
"druxt-blocks": "^0.16.2",
"druxt-entity": "^0.25.1",
"druxt-router": "^0.27.4",
"druxt": "^0.20.0",
"druxt-blocks": "^0.16.3",
"druxt-entity": "^0.26.0",
"druxt-router": "^0.28.0",
"md5": "^2.3.0"

@@ -53,0 +53,0 @@ },

import DruxtView from 'druxt-views/dist/components/DruxtView.vue'
import DruxtModule from 'druxt/dist/components/DruxtModule.vue'
DruxtView.__docgenInfo.props = [
...DruxtModule.__docgenInfo.props,
...DruxtView.__docgenInfo.props,
].sort((a, b) => a.name < b.name ? -1 : 1).filter((o) => o.name !== 'v-model')
export default {

@@ -4,0 +10,0 @@ title: 'Druxt/Views/DruxtView',

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