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 4.0.1 to 4.0.6

31

package.json
{
"name": "@aurelia-mdc-web/linear-progress",
"version": "4.0.1",
"version": "4.0.6",
"publishConfig": {

@@ -34,4 +34,2 @@ "access": "public"

"scripts": {
"_test": "karma start --single-run",
"_develop": "cross-env TS_NODE_PROJECT=\"../../tsconfig-tsnode.json\" karma start",
"build-ts:amd": "tsc -p tsconfig.build.json -t es5 -m amd --outDir dist/amd",

@@ -48,25 +46,10 @@ "build-ts:cjs": "tsc -p tsconfig.build.json -t es5 -m commonjs --outDir dist/commonjs",

"build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets:*\"",
"_predoc": "cross-env rimraf doc/api.json && rimraf dist/doc-temp && tsc --project tsconfig.json --outFile dist/doc-temp/aurelia-ux.js && node doc/shape-defs && copyfiles tsconfig.json dist/doc-temp",
"doc": "cross-env mkdir -p doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/",
"_postdoc": "cross-env node doc/shape-doc && rimraf dist/doc-temp",
"_changelog": "cross-env conventional-changelog -p aurelia-material-components-web -i doc/CHANGELOG.md -s",
"_bump-version": "npm --no-git-tag-version version",
"_preprepare-release": "cross-env npm run test",
"_prepare-release": "cross-env npm run changelog && npm run build && npm run doc",
"_version": "node ../update-peers.js"
"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"
},
"dependencies": {
"@aurelia-mdc-web/base": "^4.0.1",
"@aurelia-mdc-web/base": "4.0.6",
"@material/linear-progress": "^10.0.0"
},
"devDependencies": {
"concurrently": "^5.3.0",
"conventional-changelog-cli": "^2.1.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typedoc": "^0.20.23",
"typescript": "^4.1.3"
},
"gitHead": "16ba54264d7f4ac54445c9cc2b55ff1f08ecea80"
}
}
}
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