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

@aurelia-mdc-web/linear-progress

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia-mdc-web/linear-progress - npm Package Compare versions

Comparing version 7.1.4 to 8.0.0-au2

dist/esnext/index.js

6

dist/types/index.d.ts

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

import { FrameworkConfiguration } from 'aurelia-framework';
import { IContainer } from 'aurelia';
export { MdcLinearProgress } from './mdc-linear-progress';
export declare function configure(config: FrameworkConfiguration): void;
export declare const LinearProgressConfiguration: {
register(container: IContainer): IContainer;
};

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

progress?: number;
progressChanged(): Promise<void>;
progressChanged(): void;
/** Sets the buffer bar to this value. Value should be between [0, 1] or undefined. */
buffer?: number;
bufferChanged(): Promise<void>;
bufferChanged(): void;
/** Sets the component open state */
open: boolean;
openChanged(): Promise<void>;
initialise(): Promise<void>;
openChanged(): void;
initialSyncWithDOM(): void;
getDefaultFoundation(): MDCLinearProgressFoundation;
}
{
"name": "@aurelia-mdc-web/linear-progress",
"version": "7.1.4",
"version": "8.0.0-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: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": "7.1.4",
"@material/linear-progress": "^12.0.0"
"@aurelia-mdc-web/base": "8.0.0-au2",
"@material/linear-progress": "^13.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