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

@microsoft/fast-element

Package Overview
Dependencies
Maintainers
7
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/fast-element - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

32

CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Fri, 08 Oct 2021 19:51:03 GMT",
"date": "Wed, 13 Oct 2021 22:42:34 GMT",
"tag": "@microsoft/fast-element_v1.6.1",
"version": "1.6.1",
"comments": {
"patch": [
{
"comment": "build(fast-element): exclude empty js files from esm index.js",
"author": "markwhitfeld@users.noreply.github.com",
"commit": "49d27d20bf430ea4639978ba363e017fc5aa88e4",
"package": "@microsoft/fast-element"
}
]
}
},
{
"date": "Wed, 13 Oct 2021 01:53:37 GMT",
"tag": "@microsoft/fast-element_v1.6.0",
"version": "1.6.0",
"comments": {
"none": [
{
"comment": "Fill color design token update",
"author": "skawian@gmail.com",
"commit": "1dd6243d7564f00d8af77d1335ab96b0e8153c2e",
"package": "@microsoft/fast-element"
}
]
}
},
{
"date": "Fri, 08 Oct 2021 19:53:11 GMT",
"tag": "@microsoft/fast-element_v1.6.0",
"version": "1.6.0",
"comments": {
"minor": [

@@ -11,0 +41,0 @@ {

# Change Log - @microsoft/fast-element
This log was last generated on Fri, 08 Oct 2021 19:51:03 GMT and should not be manually modified.
This log was last generated on Wed, 13 Oct 2021 22:42:34 GMT and should not be manually modified.
<!-- Start content -->
## 1.6.1
Wed, 13 Oct 2021 22:42:34 GMT
### Patches
- build(fast-element): exclude empty js files from esm index.js (markwhitfeld@users.noreply.github.com)
## 1.6.0
Fri, 08 Oct 2021 19:51:03 GMT
Fri, 08 Oct 2021 19:53:11 GMT

@@ -11,0 +19,0 @@ ### Minor changes

4

dist/dts/index.d.ts

@@ -7,3 +7,3 @@ export * from "./platform";

export * from "./components/controller";
export * from "./interfaces";
export type { Callable, Constructable, Mutable } from "./interfaces";
export * from "./templating/compiler";

@@ -19,3 +19,3 @@ export { ElementStyles, ElementStyleFactory, ComposableStyles, StyleTarget, } from "./styles/element-styles";

export { DOM } from "./dom";
export * from "./observation/behavior";
export type { Behavior } from "./observation/behavior";
export * from "./templating/binding";

@@ -22,0 +22,0 @@ export * from "./templating/html-directive";

@@ -7,3 +7,2 @@ export * from "./platform";

export * from "./components/controller";
export * from "./interfaces";
export * from "./templating/compiler";

@@ -18,3 +17,2 @@ export { ElementStyles, } from "./styles/element-styles";

export { DOM } from "./dom";
export * from "./observation/behavior";
export * from "./templating/binding";

@@ -21,0 +19,0 @@ export * from "./templating/html-directive";

@@ -36,3 +36,3 @@ ---

color: white;
background: var(--background-color);
background: var(--fill-color);
border-radius: var(--border-radius);

@@ -79,3 +79,3 @@ min-width: 325px;

height: 16px;
background: var(--background-color);
background: var(--fill-color);
border-radius: 0 0 var(--border-radius) var(--border-radius);

@@ -116,3 +116,3 @@ }

color: white;
background: var(--background-color);
background: var(--fill-color);
border-radius: var(--border-radius);

@@ -119,0 +119,0 @@ min-width: 325px;

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

"sideEffects": false,
"version": "1.6.0",
"version": "1.6.1",
"author": {

@@ -8,0 +8,0 @@ "name": "Microsoft",

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