Socket
Socket
Sign inDemoInstall

@uifabric/styling

Package Overview
Dependencies
Maintainers
3
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uifabric/styling - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

14

CHANGELOG.json

@@ -5,2 +5,16 @@ {

{
"version": "0.10.1",
"tag": "@uifabric/styling_v0.10.1",
"date": "Sat, 17 Jun 2017 04:36:46 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "ff0d219134776c9b5cff83a7ac9ed7596d8281a2",
"comment": "Fixing amd import that was broken byt the no-implicit-anys fix."
}
]
}
},
{
"version": "0.10.0",

@@ -7,0 +21,0 @@ "tag": "@uifabric/styling_v0.10.0",

9

CHANGELOG.md
# Change Log - @uifabric/styling
This log was last generated on Fri, 16 Jun 2017 23:02:08 GMT and should not be manually modified.
This log was last generated on Sat, 17 Jun 2017 04:36:46 GMT and should not be manually modified.
## 0.10.1
Sat, 17 Jun 2017 04:36:46 GMT
### Patches
- Fixing amd import that was broken byt the no-implicit-anys fix.
## 0.10.0

@@ -6,0 +13,0 @@ Fri, 16 Jun 2017 23:02:08 GMT

2

dist/999a39fc-2e41-878c-eeb6-f8d33c5e46cf.manifest.json

@@ -5,3 +5,3 @@ {

"componentType": "Library",
"version": "0.9.1",
"version": "0.10.0",
"manifestVersion": 2,

@@ -8,0 +8,0 @@ "loaderConfig": {

@@ -1,6 +0,4 @@

define(["require", "exports", "glamor", "@uifabric/utilities/lib/index"], function (require, exports, Glamor, index_1) {
define(["require", "exports", "glamor", "rtl-css-js", "@uifabric/utilities/lib/index"], function (require, exports, Glamor, rtl_css_js_1, index_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// tslint:disable-next-line:no-any
var rtlify = require('rtl-css-js');
function _initializeGlamor() {

@@ -18,3 +16,3 @@ // force speedy.

selector: selector,
style: index_1.getRTL() ? rtlify(style) : style
style: index_1.getRTL() ? rtl_css_js_1.default(style) : style
});

@@ -21,0 +19,0 @@ });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Glamor = require("glamor");
var rtl_css_js_1 = require("rtl-css-js");
var index_1 = require("@uifabric/utilities/lib/index");
// tslint:disable-next-line:no-any
var rtlify = require('rtl-css-js');
function _initializeGlamor() {

@@ -19,3 +18,3 @@ // force speedy.

selector: selector,
style: index_1.getRTL() ? rtlify(style) : style
style: index_1.getRTL() ? rtl_css_js_1.default(style) : style
});

@@ -22,0 +21,0 @@ });

@@ -5,4 +5,4 @@ {

"packages/styling/.npmrc": "825c83e09df4dad076d980d1236c532d689edf75",
"packages/styling/CHANGELOG.json": "4235e6d5d9d6f2a7d5d7ca315d499e6586be7661",
"packages/styling/CHANGELOG.md": "09d954d17c2cded52419a6f87b6f92b7d4ab441e",
"packages/styling/CHANGELOG.json": "3a8126a8fd06cd41715a275e825476dd75b00592",
"packages/styling/CHANGELOG.md": "a909c4958d8e0cb01ff7e4ebb94d23f2bab5d8ea",
"packages/styling/README.md": "793b76a8d1e8ba29a382526c492972beea3dc535",

@@ -14,3 +14,3 @@ "packages/styling/config/api-extractor.json": "9c294e8c13388f8d28d5aa10408fc68cf74723be",

"packages/styling/index.html": "df2218fe1ab9aa3e7b2208487831f853308c9623",
"packages/styling/package.json": "d061658080803581c2051989179e2c889c233cb8",
"packages/styling/package.json": "38a6e3d1355467650cdaaa1545f67444e59917d9",
"packages/styling/src/classNames/AnimationClassNames.ts": "1b073c8ebeedeb817255ba6249fb1ad0cec5e37f",

@@ -38,3 +38,3 @@ "packages/styling/src/classNames/ColorClassNames.ts": "246b889dabc71f43a1f077b10b359d47456898ed",

"packages/styling/src/examples/PageHeader/PageHeader.tsx": "de749409903e1bcb9150752ebbb6fe46be185c23",
"packages/styling/src/glamorExports.ts": "7ab17ea4e10cb91e077cae515c9ee877fef3dc5b",
"packages/styling/src/glamorExports.ts": "32f01b6710debfd3aaa2009c4a18e381788a1d37",
"packages/styling/src/index.demo.tsx": "9dabca304becf5553861d4db5d24c1fcae6e6f00",

@@ -65,3 +65,3 @@ "packages/styling/src/index.ts": "9a45f899bb8738a51710f674aa255022c568289d",

"packages/styling/src/utilities/theme.ts": "8bb63f8cd8613aec9b231294c047ed030b02fb21",
"packages/styling/tsconfig.json": "c8a8b5899944b4ad9c2a701e85e4e876cda3927b",
"packages/styling/tsconfig.json": "b5f031e44f513cc87c8b905892640b2a0ce168c3",
"packages/styling/tslint.json": "621ee6ba046052113aa7042fb5bb5323594253ff",

@@ -87,5 +87,3 @@ "packages/styling/webpack.config.js": "d48d7a99462ef96182f79e02c4d5389a69391b89",

"apps/component-demo/webpack.config.js": "3fb1f0a32ca1a71376b0261bd16dd3cc7b298c52",
"common/changes/@uifabric/styling/styling-no-implicit-any_2017-06-16-00-30.json": "4d862c77c9a7880a5f5ff8d3f781f4deaf6f4cc7",
"common/changes/office-ui-fabric-react/details-tooltip_2017-06-16-20-13.json": "a3dbc785d080d9b51c675c1735ba1010aec6d619",
"common/changes/office-ui-fabric-react/icon_2017-06-16-22-16.json": "68a0221c6945ae1bf4cb23dcca925013bb5083cd",
"common/changes/@uifabric/styling/fix-amd_2017-06-17-04-00.json": "e2d1a997cc9635e8f127fb7e57a4322ab658fbac",
"common/config/rush/npm-shrinkwrap.json": "3ee4a00cd0fa4ee8a039c7925e1e17c6458b2ab6",

@@ -111,3 +109,3 @@ "common/config/rush/pinned-versions.json": "25d1374df7f188789dc94653ea3ba88be3dc8b90",

},
"arguments": "D:\\agent\\4\\_work\\8\\s\\common\\temp\\node_modules\\.bin\\gulp --color --production"
"arguments": "D:\\agents\\1\\_work\\59\\s\\common\\temp\\node_modules\\.bin\\gulp --color --production"
}
{
"name": "@uifabric/styling",
"version": "0.10.0",
"version": "0.10.1",
"description": "Defines the core Office UI Fabric styles through a JavaScript interface.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1534,3 +1534,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

"componentType": "Library",
"version": "0.9.1",
"version": "0.10.0",
"manifestVersion": 2,

@@ -1537,0 +1537,0 @@ "loaderConfig": {

@@ -6,3 +6,3 @@ [

"componentType": "Library",
"version": "0.9.1",
"version": "0.10.0",
"manifestVersion": 2,

@@ -9,0 +9,0 @@ "loaderConfig": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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