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

@skyux/assets

Package Overview
Dependencies
Maintainers
1
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/assets - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0-rc.0

bundles/skyux-assets.umd.js

4

CHANGELOG.md

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

# 4.0.0-rc.0 (2020-02-15)
- Updated the pipeline to transpile to the [Angular Package Format](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview). [#11](https://github.com/blackbaud/skyux-assets/pull/11)
# 3.1.0 (2019-07-16)

@@ -2,0 +6,0 @@

60

package.json
{
"name": "@skyux/assets",
"version": "3.1.0",
"version": "4.0.0-rc.0",
"description": "SKY UX Assets",
"main": "bundles/bundle.umd.js",
"module": "index.js",
"scripts": {
"build": "skyux build-public-library",
"skyux": "skyux",
"start": "skyux serve --hmr",
"test": "skyux test --coverage library --logFormat none",
"test:visual": "skyux e2e --logFormat none"
},
"main": "bundles/skyux-assets.umd.js",
"module": "fesm5/skyux-assets.js",
"keywords": [],

@@ -25,39 +18,14 @@ "author": "Blackbaud",

"homepage": "https://github.com/blackbaud/skyux-assets#readme",
"peerDependencies": {},
"peerDependencies": {
"tslib": "^1.10.0"
},
"dependencies": {},
"devDependencies": {
"@angular/animations": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/compiler-cli": "7.2.15",
"@angular/core": "7.2.15",
"@angular/forms": "7.2.15",
"@angular/http": "7.2.15",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/router": "7.2.15",
"@blackbaud/auth-client": "2.17.0",
"@pact-foundation/pact-web": "7.4.0",
"@skyux-sdk/builder": "3.7.1",
"@skyux-sdk/pact": "3.2.1",
"@skyux-sdk/testing": "3.1.0",
"@skyux/assets": "3.0.0",
"@skyux/config": "3.5.0",
"@skyux/core": "3.6.0",
"@skyux/http": "3.4.1",
"@skyux/i18n": "3.7.1",
"@skyux/indicators": "3.0.3",
"@skyux/modals": "3.0.6",
"@skyux/omnibar-interop": "3.1.0",
"@skyux/router": "3.1.1",
"@skyux/theme": "3.7.0",
"@types/core-js": "2.5.2",
"codelyzer": "4.5.0",
"rxjs": "6.5.2",
"rxjs-compat": "6.5.2",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.2.4",
"zone.js": "0.8.28"
}
"es2015": "fesm2015/skyux-assets.js",
"esm5": "esm5/skyux-assets.js",
"esm2015": "esm2015/skyux-assets.js",
"fesm5": "fesm5/skyux-assets.js",
"fesm2015": "fesm2015/skyux-assets.js",
"typings": "skyux-assets.d.ts",
"metadata": "skyux-assets.metadata.json",
"sideEffects": false
}
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