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

@skyux/theme

Package Overview
Dependencies
Maintainers
1
Versions
483
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.2 to 3.0.0-alpha.3

4

CHANGELOG.md

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

# 3.0.0-alpha.3 (2018-08-13)
- Added BrowserStack testing to CI. [#3](https://github.com/blackbaud/skyux-theme/pull/3)
# 3.0.0-alpha.2 (2018-08-09)

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

5

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

@@ -13,2 +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",
"build": "skyux build-public-library && node ./scripts/prepare-package.js",

@@ -25,2 +26,3 @@ "build:dev-bundle": "npm run build && node ./scripts/dev-bundle.js",

"dependencies": {
"@blackbaud/skyux-builder-config": "github:blackbaud/skyux-builder-config#shared-config",
"@blackbaud/skyux-design-tokens": "0.0.8",

@@ -43,2 +45,3 @@ "@types/fontfaceobserver": "0.0.5",

"@blackbaud/skyux-builder": "blackbaud/skyux-builder#rc-2.0.0",
"@skyux-sdk/e2e": "blackbaud/skyux-lib-e2e#add-all-e2e",
"@skyux/theme": "3.0.0-alpha.1",

@@ -45,0 +48,0 @@ "core-js": "2.4.1",

@@ -10,3 +10,3 @@ /* jshint node: true */

module.exports = {
loadStyles() {
loadStyles: function () {
const fontAwesome = new FontFaceObserver('FontAwesome');

@@ -13,0 +13,0 @@ const blackbaudSans = new FontFaceObserver('Blackbaud Sans');

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