Socket
Socket
Sign inDemoInstall

@fluentui/bundle-size

Package Overview
Dependencies
310
Maintainers
13
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

17

CHANGELOG.json

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

{
"date": "Wed, 17 Nov 2021 07:35:12 GMT",
"date": "Thu, 25 Nov 2021 14:50:22 GMT",
"tag": "@fluentui/bundle-size_v1.1.3",
"version": "1.1.3",
"comments": {
"patch": [
{
"author": "bsunderhus@microsoft.com",
"package": "@fluentui/bundle-size",
"commit": "d35f28080d37c8026e7d407d368946e01f17cf2e",
"comment": "Adds missing dependencies to bundle-size tool"
}
]
}
},
{
"date": "Wed, 17 Nov 2021 07:36:21 GMT",
"tag": "@fluentui/bundle-size_v1.1.2",

@@ -8,0 +23,0 @@ "version": "1.1.2",

# Change Log - @fluentui/bundle-size
This log was last generated on Wed, 17 Nov 2021 07:35:12 GMT and should not be manually modified.
This log was last generated on Thu, 25 Nov 2021 14:50:22 GMT and should not be manually modified.
<!-- Start content -->
## [1.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/bundle-size_v1.1.3)
Thu, 25 Nov 2021 14:50:22 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/bundle-size_v1.1.2..@fluentui/bundle-size_v1.1.3)
### Patches
- Adds missing dependencies to bundle-size tool ([PR #20612](https://github.com/microsoft/fluentui/pull/20612) by bsunderhus@microsoft.com)
## [1.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/bundle-size_v1.1.2)
Wed, 17 Nov 2021 07:35:12 GMT
Wed, 17 Nov 2021 07:36:21 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/bundle-size_v1.1.1..@fluentui/bundle-size_v1.1.2)

@@ -11,0 +20,0 @@

5

package.json
{
"name": "@fluentui/bundle-size",
"version": "1.1.2",
"version": "1.1.3",
"bin": {

@@ -13,2 +13,3 @@ "bundle-size": "./bin/bundle-size.js"

"dependencies": {
"@azure/data-tables": "^13.0.0",
"@babel/core": "^7.10.4",

@@ -22,7 +23,9 @@ "ajv": "^8.4.0",

"gzip-size": "^6.0.0",
"prettier": "^2.2.1",
"pretty-bytes": "^5.6.0",
"terser": "^5.5.1",
"webpack": "^5.21.2",
"workspace-tools": "^0.16.2",
"yargs": "^13.3.2"
}
}

@@ -1,2 +0,2 @@

const { odata, TableClient, TablesSharedKeyCredential, TableTransaction } = require('@azure/data-tables');
const { odata, TableClient, AzureNamedKeyCredential, TableTransaction } = require('@azure/data-tables');
const chalk = require('chalk');

@@ -53,3 +53,3 @@ const { isCI } = require('ci-info');

const credentials = new TablesSharedKeyCredential(AZURE_STORAGE_ACCOUNT, AZURE_ACCOUNT_KEY);
const credentials = new AzureNamedKeyCredential(AZURE_STORAGE_ACCOUNT, AZURE_ACCOUNT_KEY);
const client = new TableClient(

@@ -56,0 +56,0 @@ `https://${AZURE_STORAGE_ACCOUNT}.table.core.windows.net`,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc