New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aurelia-mdc-web/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.2.2 to 6.2.3-au2

dist/esnext/index.js

6

dist/types/index.d.ts

@@ -1,4 +0,6 @@

import { FrameworkConfiguration } from 'aurelia-framework';
import { IContainer } from 'aurelia';
export { MdcTooltip } from './mdc-tooltip';
export { MdcTooltipAttribute } from './mdc-tooltip-attribute';
export declare function configure(config: FrameworkConfiguration): void;
export declare const TooltipConfiguration: {
register(container: IContainer): IContainer;
};

@@ -1,3 +0,4 @@

import { TemplatingEngine, View } from 'aurelia-framework';
import { IPlatform, IContainer, IAppRoot } from 'aurelia';
import { XPosition, YPosition, AnchorBoundaryType } from '@material/tooltip';
import { ISyntheticView } from '@aurelia/runtime-html';
/**

@@ -7,4 +8,6 @@ * @selector [mdc-tooltip]

export declare class MdcTooltipAttribute {
private templatingEngine;
constructor(root: HTMLElement, templatingEngine: TemplatingEngine);
private platform;
private container;
private appRoot;
constructor(root: HTMLElement, platform: IPlatform, container: IContainer, appRoot: IAppRoot);
root: HTMLElement;

@@ -23,5 +26,5 @@ value: string;

tooltip: HTMLElement;
view: View;
view: ISyntheticView;
attached(): void;
detached(): void;
}

@@ -13,6 +13,6 @@ import { MdcComponent } from '@aurelia-mdc-web/base';

xPosition?: keyof typeof XPosition;
xPositionChanged(): Promise<void>;
xPositionChanged(): void;
/** Sets the vertical alignment of the tooltip */
yPosition?: keyof typeof YPosition;
yPositionChanged(): Promise<void>;
yPositionChanged(): void;
/** Sets the caret position relative to the tooltip */

@@ -25,4 +25,4 @@ withCaretPos?: keyof typeof PositionWithCaret;

boundaryType?: keyof typeof AnchorBoundaryType;
boundaryTypeChanged(): Promise<void>;
initialise(): Promise<void>;
boundaryTypeChanged(): void;
beforeFoundationCreated(): void;
initialSyncWithDOM(): void;

@@ -29,0 +29,0 @@ destroy(): void;

{
"name": "@aurelia-mdc-web/tooltip",
"version": "6.2.2",
"version": "6.2.3-au2",
"publishConfig": {

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

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

@@ -35,21 +35,12 @@ "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": "gulp --gulpfile ../../gulpfile.js --cwd ./ build",
"publish:dev": "npm publish --tag dev",
"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": "6.2.2",
"@aurelia-mdc-web/base": "6.2.3-au2",
"@material/tooltip": "^11.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