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

@microsoft/loader-load-themed-styles

Package Overview
Dependencies
Maintainers
2
Versions
678
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/loader-load-themed-styles - npm Package Compare versions

Comparing version

to
1.1.0

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "1.1.0",
"tag": "@microsoft/loader-load-themed-styles_v1.1.0",
"date": "Fri, 21 Apr 2017 20:55:41 GMT",
"comments": {
"minor": [
{
"comment": "Updating to load-themed-styles version 1.3.0"
}
]
}
},
{
"version": "1.0.2",

@@ -7,0 +19,0 @@ "tag": "@microsoft/loader-load-themed-styles_v1.0.2",

9

CHANGELOG.md
# Change Log - @microsoft/loader-load-themed-styles
This log was last generated on Tue, 28 Feb 2017 02:01:29 GMT and should not be manually modified.
This log was last generated on Fri, 21 Apr 2017 20:55:41 GMT and should not be manually modified.
## 1.1.0
Fri, 21 Apr 2017 20:55:41 GMT
### Minor changes
- Updating to load-themed-styles version 1.3.0
## 1.0.2

@@ -6,0 +13,0 @@ Tue, 28 Feb 2017 02:01:29 GMT

@@ -6,2 +6,3 @@ /*

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable:typedef */

@@ -8,0 +9,0 @@ var loaderUtils = require('loader-utils');

@@ -6,2 +6,3 @@ /*

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -8,0 +9,0 @@ var LoadThemedStylesLoader_1 = require("./LoadThemedStylesLoader");

8

package.json
{
"name": "@microsoft/loader-load-themed-styles",
"version": "1.0.2",
"version": "1.1.0",
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",

@@ -15,4 +15,4 @@ "main": "lib/index.js",

"dependencies": {
"loader-utils": "~1.0.2",
"@microsoft/load-themed-styles": "~1.2.2"
"loader-utils": "~1.1.0",
"@microsoft/load-themed-styles": "~1.3.0"
},

@@ -22,4 +22,4 @@ "devDependencies": {

"gulp": "~3.9.1",
"@microsoft/node-library-build": "~2.2.0"
"@microsoft/node-library-build": "~3.0.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet