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

@aurelia-mdc-web/base

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia-mdc-web/base - npm Package Compare versions

Comparing version 8.0.4 to 8.0.5

dist/amd/next-element.js

5

dist/amd/index.js

@@ -1,5 +0,5 @@

define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap"], function (require, exports, aurelia_framework_1, mdc_component_1, mdc_component_adapters_1, material_palette_1, mdc_focus_trap_1) {
define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap", "./next-element"], function (require, exports, aurelia_framework_1, mdc_component_1, mdc_component_adapters_1, material_palette_1, mdc_focus_trap_1, next_element_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.configure = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0;
exports.configure = exports.nextElement = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0;
Object.defineProperty(exports, "MdcComponent", { enumerable: true, get: function () { return mdc_component_1.MdcComponent; } });

@@ -9,2 +9,3 @@ Object.defineProperty(exports, "MdcComponentAdapters", { enumerable: true, get: function () { return mdc_component_adapters_1.MdcComponentAdapters; } });

Object.defineProperty(exports, "MdcFocusTrap", { enumerable: true, get: function () { return mdc_focus_trap_1.MdcFocusTrap; } });
Object.defineProperty(exports, "nextElement", { enumerable: true, get: function () { return next_element_1.nextElement; } });
function configure(config) {

@@ -11,0 +12,0 @@ config.globalResources([

4

dist/commonjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.configure = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0;
exports.configure = exports.nextElement = exports.MdcFocusTrap = exports.MATERIAL_PALETTE = exports.MdcComponentAdapters = exports.MdcComponent = void 0;
var aurelia_framework_1 = require("aurelia-framework");

@@ -13,2 +13,4 @@ var mdc_component_1 = require("./mdc-component");

Object.defineProperty(exports, "MdcFocusTrap", { enumerable: true, get: function () { return mdc_focus_trap_1.MdcFocusTrap; } });
var next_element_1 = require("./next-element");
Object.defineProperty(exports, "nextElement", { enumerable: true, get: function () { return next_element_1.nextElement; } });
function configure(config) {

@@ -15,0 +17,0 @@ config.globalResources([

@@ -6,2 +6,3 @@ import { PLATFORM } from 'aurelia-framework';

export { MdcFocusTrap } from './attributes/mdc-focus-trap';
export { nextElement } from './next-element';
export function configure(config) {

@@ -8,0 +9,0 @@ config.globalResources([

@@ -6,2 +6,3 @@ import { PLATFORM } from 'aurelia-framework';

export { MdcFocusTrap } from './attributes/mdc-focus-trap';
export { nextElement } from './next-element';
export function configure(config) {

@@ -8,0 +9,0 @@ config.globalResources([

@@ -8,2 +8,3 @@ import { FrameworkConfiguration } from 'aurelia-framework';

export { MdcFocusTrap } from './attributes/mdc-focus-trap';
export { nextElement } from './next-element';
export declare function configure(config: FrameworkConfiguration): void;
{
"name": "@aurelia-mdc-web/base",
"version": "8.0.4",
"version": "8.0.5",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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

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