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

@skyux/core

Package Overview
Dependencies
Maintainers
1
Versions
495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/core - npm Package Compare versions

Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1

src/assets/locales/resources_en_US.json

6

CHANGELOG.md

@@ -1,3 +0,7 @@

# 3.0.0 (2018-08-14)
# 3.0.0-alpha.1 (2018-08-15)
- Added localization resource files. [#3](https://github.com/blackbaud/skyux-core/pull/3)
# 3.0.0-alpha.0 (2018-08-14)
- Initial release.

2

modules/numeric/numeric.service.js

@@ -9,3 +9,3 @@ // #region imports

this.decimalPipe = decimalPipe;
this.symbols = require('!!json-loader!../../assets/locales/resources_en_US.json');
this.symbols = require('!json-loader!.skypageslocales/resources_en_US.json');
this.symbolIndex = [

@@ -12,0 +12,0 @@ { value: 1E12, label: this.getSymbol('skyux_numeric_trillions_symbol') },

{
"name": "@skyux/core",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "SKY UX Core",

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

"dependencies": {
"@blackbaud/skyux-builder-config": "github:blackbaud/skyux-builder-config#shared-config"
"@blackbaud/skyux-builder-config": "github:blackbaud/skyux-builder-config"
},

@@ -50,6 +50,6 @@ "devDependencies": {

"@angular/router": "4.3.6",
"@blackbaud/skyux-builder": "blackbaud/skyux-builder#rc-resolve-locale-resources",
"@skyux-sdk/e2e": "blackbaud/skyux-lib-e2e#add-all-e2e",
"@skyux/builder-utils": "3.0.0-alpha.1",
"@skyux/theme": "3.0.0-alpha.4",
"@blackbaud/skyux-builder": "blackbaud/skyux-builder#rc-2.0.0",
"@skyux-sdk/e2e": "blackbaud/skyux-lib-e2e#add-all-e2e",
"core-js": "2.4.1",

@@ -56,0 +56,0 @@ "rxjs": "5.4.3",

Sorry, the diff of this file is not supported yet

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