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

@aurelia-mdc-web/ripple

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 9.0.7 to 9.1.0-au2

_index.scss

9

dist/types/index.d.ts

@@ -1,3 +0,6 @@

import { FrameworkConfiguration } from 'aurelia-framework';
export { MdcRipple, IMdcRippleElement } from './mdc-ripple';
export declare function configure(config: FrameworkConfiguration): void;
import { IContainer } from '@aurelia/kernel';
import { MdcRipple, IMdcRippleElement } from './mdc-ripple';
export { MdcRipple, IMdcRippleElement };
export declare const RippleConfiguration: {
register(container: IContainer): IContainer;
};
import { MdcComponent } from '@aurelia-mdc-web/base';
import { MDCRippleFoundation, MDCRippleAdapter } from '@material/ripple';
import { Binding, BehaviorPropertyObserver } from 'aurelia-framework';
export declare class MdcRipple extends MdcComponent<MDCRippleFoundation> {
static ATTRIBUTE_CLASS: string;
inputBindingPromiseResolver: (value?: unknown) => void;
inputBindingPromise: Promise<unknown>;
input?: HTMLInputElement;
inputChanged(): void;
surface?: HTMLElement;

@@ -14,3 +9,3 @@ computeBoundingRect: () => ClientRect;

unbounded: boolean;
unboundedChanged(): Promise<void>;
unboundedChanged(): void;
activeSurface: boolean;

@@ -20,3 +15,4 @@ noClass: boolean;

accent: boolean;
initialise(): Promise<void>;
attaching(): void;
initialSyncWithDOM(): void;
activate(): void;

@@ -30,13 +26,7 @@ deactivate(): void;

export interface IMdcRippleElement extends HTMLElement {
au: {
'mdc-ripple': {
$au: {
'au:resource:custom-attribute:mdc-ripple': {
viewModel: MdcRipple;
boundProperties: {
binding: Binding & {
targetProperty: string;
};
observer: BehaviorPropertyObserver;
}[];
};
};
}
{
"name": "@aurelia-mdc-web/ripple",
"version": "9.0.7",
"version": "9.1.0-au2",
"publishConfig": {

@@ -22,4 +22,4 @@ "access": "public"

"contributors": [],
"main": "dist/commonjs/index.js",
"module": "dist/native-modules/index.js",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/types/index.d.ts",

@@ -35,21 +35,14 @@ "repository": {

"scripts": {
"build-ts:amd": "tsc -p tsconfig.build.json -t es5 -m amd --outDir dist/amd",
"build-ts:cjs": "tsc -p tsconfig.build.json -t es5 -m commonjs --outDir dist/commonjs",
"build-ts:ntv": "tsc -p tsconfig.build.json -t es5 -m es6 --outDir dist/native-modules",
"build-ts:es6": "tsc -p tsconfig.build.json -t es6 -m es6 --outDir dist/es2015",
"build-ts:types": "tsc -p tsconfig.build.json --skipLibCheck -d --emitDeclarationOnly --declarationDir dist/types",
"build-assets:amd": "copyfiles -u 1 src/**/*.html src/**/*.css dist/amd",
"build-assets:cjs": "copyfiles -u 1 src/**/*.html src/**/*.css dist/commonjs",
"build-assets:ntv": "copyfiles -u 1 src/**/*.html src/**/*.css dist/native-modules",
"build-assets:es6": "copyfiles -u 1 src/**/*.html src/**/*.css dist/es2015",
"prebuild": "rimraf dist",
"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"build:ts": "tsc -p tsconfig.build.json",
"build:other": "copyfiles -u 1 src/**/*.html src/**/*.css dist",
"build": "npm run build:ts && npm run build:other",
"publish:au2": "npm publish --tag au2",
"doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts",
"publish:latest": "npm publish"
"update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts"
},
"dependencies": {
"@aurelia-mdc-web/base": "9.0.7",
"@aurelia-mdc-web/base": "9.1.0-au2",
"@material/ripple": "^14.0.0"
}
}
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