Socket
Socket
Sign inDemoInstall

druxt

Package Overview
Dependencies
74
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.0 to 0.18.1

4

dist/druxt.esm.js

@@ -12,3 +12,3 @@ import chalk from 'chalk';

var name = "druxt";
var version = "0.18.0";
var version = "0.18.1";
var description = "The Fully Decoupled Drupal Framework for Nuxt.js.";

@@ -132,3 +132,3 @@ var keywords = [

baseURL: options.baseUrl,
proxy: !!this.options.proxy,
proxy: !!(options.proxy || {}).api,
...this.options.axios

@@ -135,0 +135,0 @@ };

@@ -25,3 +25,3 @@ 'use strict';

var name = "druxt";
var version = "0.18.0";
var version = "0.18.1";
var description = "The Fully Decoupled Drupal Framework for Nuxt.js.";

@@ -145,3 +145,3 @@ var keywords = [

baseURL: options.baseUrl,
proxy: !!this.options.proxy,
proxy: !!(options.proxy || {}).api,
...this.options.axios

@@ -148,0 +148,0 @@ };

{
"name": "druxt",
"version": "0.18.0",
"version": "0.18.1",
"description": "The Fully Decoupled Drupal Framework for Nuxt.js.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc