Socket
Socket
Sign inDemoInstall

@fluentui/set-version

Package Overview
Dependencies
Maintainers
12
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/set-version - npm Package Compare versions

Comparing version 8.0.3 to 8.1.0

31

CHANGELOG.json

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

{
"date": "Fri, 23 Apr 2021 07:30:56 GMT",
"date": "Fri, 30 Apr 2021 07:35:40 GMT",
"tag": "@fluentui/set-version_v8.1.0",
"version": "8.1.0",
"comments": {
"minor": [
{
"comment": "Upgrade to ts 4.0",
"author": "joschect@microsoft.com",
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
"package": "@fluentui/set-version"
}
],
"patch": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.2.0",
"author": "joschect@microsoft.com",
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
"package": "@fluentui/set-version"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "joschect@microsoft.com",
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
"package": "@fluentui/set-version"
}
]
}
},
{
"date": "Fri, 23 Apr 2021 07:37:10 GMT",
"tag": "@fluentui/set-version_v8.0.3",

@@ -8,0 +37,0 @@ "version": "8.0.3",

# Change Log - @fluentui/set-version
This log was last generated on Fri, 23 Apr 2021 07:30:56 GMT and should not be manually modified.
This log was last generated on Fri, 30 Apr 2021 07:35:40 GMT and should not be manually modified.
<!-- Start content -->
## [8.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/set-version_v8.1.0)
Fri, 30 Apr 2021 07:35:40 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/set-version_v8.0.3..@fluentui/set-version_v8.1.0)
### Minor changes
- Upgrade to ts 4.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
### Patches
- Bump @fluentui/eslint-plugin to v1.2.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
- Bump @fluentui/scripts to v1.0.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
## [8.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/set-version_v8.0.3)
Fri, 23 Apr 2021 07:30:56 GMT
Fri, 23 Apr 2021 07:37:10 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/set-version_v8.0.2..@fluentui/set-version_v8.0.3)

@@ -11,0 +25,0 @@

3

lib-amd/index.js
define(["require", "exports", "./setVersion"], function (require, exports, setVersion_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setVersion = setVersion_1.setVersion;
exports.setVersion = void 0;
Object.defineProperty(exports, "setVersion", { enumerable: true, get: function () { return setVersion_1.setVersion; } });
setVersion_1.setVersion('@fluentui/set-version', '6.0.0');
});
//# sourceMappingURL=index.js.map
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setVersion = void 0;
// A packages cache that makes sure that we don't inject the same packageName twice in the same bundle -

@@ -5,0 +6,0 @@ // this cache is local to the module closure inside this bundle

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setVersion = void 0;
var setVersion_1 = require("./setVersion");
exports.setVersion = setVersion_1.setVersion;
Object.defineProperty(exports, "setVersion", { enumerable: true, get: function () { return setVersion_1.setVersion; } });
setVersion_1.setVersion('@fluentui/set-version', '6.0.0');
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setVersion = void 0;
// A packages cache that makes sure that we don't inject the same packageName twice in the same bundle -

@@ -4,0 +5,0 @@ // this cache is local to the module closure inside this bundle

{
"name": "@fluentui/set-version",
"version": "8.0.3",
"version": "8.1.0",
"description": "Non-Fabric-specific package version setter",

@@ -21,8 +21,8 @@ "main": "lib-commonjs/index.js",

"devDependencies": {
"@fluentui/eslint-plugin": "^1.1.1",
"@fluentui/eslint-plugin": "^1.2.0",
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"tslib": "^1.10.0"
"tslib": "^2.1.0"
}
}

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 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