Socket
Socket
Sign inDemoInstall

@skyux/theme

Package Overview
Dependencies
Maintainers
1
Versions
457
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/theme - npm Package Compare versions

Comparing version 3.0.0-alpha.5 to 3.0.0-alpha.6

4

CHANGELOG.md

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

# 3.0.0-alpha.6 (2018-08-17)
- Added RxJS to peer dependencies. [#15](https://github.com/blackbaud/skyux-theme/pull/15)
# 3.0.0-alpha.5 (2018-08-17)

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

7

package.json
{
"name": "@skyux/theme",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"description": "SKY UX Theme",

@@ -13,3 +13,3 @@ "main": "bundles/bundle.umd.js",

"test": "npm run build:dev-bundle && skyux test",
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library",
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library && skyux build-public-library",
"build": "skyux build-public-library && node ./scripts/prepare-package.js",

@@ -23,3 +23,4 @@ "build:dev-bundle": "npm run build && node ./scripts/dev-bundle.js",

"peerDependencies": {
"@angular/core": "^4.3.6"
"@angular/core": "^4.3.6",
"rxjs": "^5.4.3"
},

@@ -26,0 +27,0 @@ "dependencies": {

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