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

@microsoft/fast-element

Package Overview
Dependencies
Maintainers
6
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 0.21.0 to 0.21.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.21.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.21.0...@microsoft/fast-element@0.21.1) (2020-12-16)
**Note:** Version bump only for package @microsoft/fast-element
# [0.21.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.20.0...@microsoft/fast-element@0.21.0) (2020-12-02)

@@ -8,0 +16,0 @@

8

package.json

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

"sideEffects": false,
"version": "0.21.0",
"version": "0.21.1",
"author": {

@@ -36,3 +36,5 @@ "name": "Microsoft",

"eslint:fix": "eslint . --ext .ts --fix",
"test": "yarn test-chrome:verbose && yarn doc:ci",
"test": "yarn test-chrome:verbose && yarn doc:ci && yarn test:diff",
"test:diff": "git update-index --refresh && git diff-index --quiet HEAD -- || yarn test:diff:error",
"test:diff:error": "echo \"You have untracked files, try running yarn prepare.\" && exit 1",
"test-node": "mocha --reporter min --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'",

@@ -88,3 +90,3 @@ "test-node:verbose": "mocha --reporter spec --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'",

},
"gitHead": "291b3ce7246f62952558025dcc0c7ca7c4429962"
"gitHead": "8327a90a04e2957a524257c44f4b160f6f3408c0"
}
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