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.1 to 1.6.2

17

CHANGELOG.json

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

{
"date": "Wed, 13 Oct 2021 22:42:34 GMT",
"date": "Sun, 31 Oct 2021 07:14:05 GMT",
"tag": "@microsoft/fast-element_v1.6.2",
"version": "1.6.2",
"comments": {
"patch": [
{
"comment": "update fast eslint package version",
"author": "chhol@microsoft.com",
"commit": "a150068ee196e73fe7a4f7b538a38752e0e506ba",
"package": "@microsoft/fast-element"
}
]
}
},
{
"date": "Wed, 13 Oct 2021 22:45:16 GMT",
"tag": "@microsoft/fast-element_v1.6.1",

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

# Change Log - @microsoft/fast-element
This log was last generated on Wed, 13 Oct 2021 22:42:34 GMT and should not be manually modified.
This log was last generated on Sun, 31 Oct 2021 07:14:05 GMT and should not be manually modified.
<!-- Start content -->
## 1.6.2
Sun, 31 Oct 2021 07:14:05 GMT
### Patches
- update fast eslint package version (chhol@microsoft.com)
## 1.6.1
Wed, 13 Oct 2021 22:42:34 GMT
Wed, 13 Oct 2021 22:45:16 GMT

@@ -11,0 +19,0 @@ ### Patches

1

dist/esm/templating/binding.js

@@ -170,3 +170,2 @@ import { DOM } from "../dom";

const binding = this.binding;
/* eslint-disable-next-line */
this.binding = (s, c) => DOM.createHTML(binding(s, c));

@@ -173,0 +172,0 @@ }

@@ -11,2 +11,3 @@ import { DOM } from "../dom";

*/
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
export class ViewTemplate {

@@ -107,3 +108,3 @@ /**

const lastAttributeNameRegex =
// eslint-disable-next-line no-control-regex
/* eslint-disable-next-line no-control-regex */
/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;

@@ -110,0 +111,0 @@ /**

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

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

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

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