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 9.0.4 to 9.0.5

dist/amd/aurelia-typed-observable-plugin-fix.js

2

dist/amd/attributes/mdc-focus-trap.js

@@ -1,2 +0,2 @@

define(["require", "exports", "tslib", "aurelia-dependency-injection", "aurelia-templating", "aurelia-typed-observable-plugin", "@material/dom/focus-trap"], function (require, exports, tslib_1, aurelia_dependency_injection_1, aurelia_templating_1, aurelia_typed_observable_plugin_1, focus_trap_1) {
define(["require", "exports", "tslib", "aurelia-dependency-injection", "aurelia-templating", "aurelia-typed-observable-plugin", "@material/dom/focus-trap", "../aurelia-typed-observable-plugin-fix"], function (require, exports, tslib_1, aurelia_dependency_injection_1, aurelia_templating_1, aurelia_typed_observable_plugin_1, focus_trap_1) {
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,2 @@

define(["require", "exports", "aurelia-framework", "aurelia-typed-observable-plugin", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap", "./next-element"], function (require, exports, aurelia_framework_1, aurelia_typed_observable_plugin_1, mdc_component_1, mdc_component_adapters_1, material_palette_1, mdc_focus_trap_1, next_element_1) {
define(["require", "exports", "aurelia-framework", "./mdc-component", "./mdc-component-adapters", "./material-palette", "./attributes/mdc-focus-trap", "./next-element", "./aurelia-typed-observable-plugin-fix"], 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";

@@ -18,7 +18,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

exports.configure = configure;
aurelia_typed_observable_plugin_1.coerceFunctions.none = function (a) {
return a;
};
(0, aurelia_typed_observable_plugin_1.createTypedBindable)('none');
});
//# sourceMappingURL=index.js.map

@@ -9,2 +9,3 @@ "use strict";

var focus_trap_1 = require("@material/dom/focus-trap");
require("../aurelia-typed-observable-plugin-fix");
var MdcFocusTrap = /** @class */ (function () {

@@ -11,0 +12,0 @@ function MdcFocusTrap(root) {

@@ -5,3 +5,3 @@ "use strict";

var aurelia_framework_1 = require("aurelia-framework");
var aurelia_typed_observable_plugin_1 = require("aurelia-typed-observable-plugin");
require("./aurelia-typed-observable-plugin-fix");
var mdc_component_1 = require("./mdc-component");

@@ -25,6 +25,2 @@ Object.defineProperty(exports, "MdcComponent", { enumerable: true, get: function () { return mdc_component_1.MdcComponent; } });

exports.configure = configure;
aurelia_typed_observable_plugin_1.coerceFunctions.none = function (a) {
return a;
};
(0, aurelia_typed_observable_plugin_1.createTypedBindable)('none');
//# sourceMappingURL=index.js.map

@@ -6,2 +6,3 @@ import { __decorate, __metadata } from "tslib";

import { FocusTrap } from '@material/dom/focus-trap';
import '../aurelia-typed-observable-plugin-fix';
let MdcFocusTrap = class MdcFocusTrap {

@@ -8,0 +9,0 @@ constructor(root) {

import { PLATFORM } from 'aurelia-framework';
import { coerceFunctions, createTypedBindable } from 'aurelia-typed-observable-plugin';
import './aurelia-typed-observable-plugin-fix';
export { MdcComponent } from './mdc-component';

@@ -15,6 +15,2 @@ export { MdcComponentAdapters } from './mdc-component-adapters';

}
coerceFunctions.none = function (a) {
return a;
};
createTypedBindable('none');
//# sourceMappingURL=index.js.map

@@ -6,2 +6,3 @@ import { __decorate, __metadata } from "tslib";

import { FocusTrap } from '@material/dom/focus-trap';
import '../aurelia-typed-observable-plugin-fix';
var MdcFocusTrap = /** @class */ (function () {

@@ -8,0 +9,0 @@ function MdcFocusTrap(root) {

import { PLATFORM } from 'aurelia-framework';
import { coerceFunctions, createTypedBindable } from 'aurelia-typed-observable-plugin';
import './aurelia-typed-observable-plugin-fix';
export { MdcComponent } from './mdc-component';

@@ -15,6 +15,2 @@ export { MdcComponentAdapters } from './mdc-component-adapters';

}
coerceFunctions.none = function (a) {
return a;
};
createTypedBindable('none');
//# sourceMappingURL=index.js.map
import { FocusTrap } from '@material/dom/focus-trap';
import '../aurelia-typed-observable-plugin-fix';
export declare class MdcFocusTrap {

@@ -3,0 +4,0 @@ private root;

import { FrameworkConfiguration } from 'aurelia-framework';
import './aurelia-typed-observable-plugin-fix';
export { MdcComponent } from './mdc-component';

@@ -3,0 +4,0 @@ export { MdcComponentAdapters } from './mdc-component-adapters';

{
"name": "@aurelia-mdc-web/base",
"version": "9.0.4",
"version": "9.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

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