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

@bolt/element

Package Overview
Dependencies
Maintainers
5
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolt/element - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

8

CHANGELOG.md

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

## [3.0.1](https://github.com/boltdesignsystem/bolt/compare/v3.0.0...v3.0.1) (2021-01-22)
**Note:** Version bump only for package @bolt/element
# [3.0.0](https://github.com/boltdesignsystem/bolt/compare/v2.29.3...v3.0.0) (2021-01-08)

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

2

index.js

@@ -0,1 +1,3 @@

// Must include Custom Element polyfills for Edge < 79, no longer auto-added via Bolt webpack config
import '@bolt/polyfills';
export { BoltElement } from './src/BoltElement';

@@ -2,0 +4,0 @@ export { BoltActionElement } from './src/BoltActionElement';

6

package.json
{
"name": "@bolt/element",
"version": "3.0.0",
"version": "3.0.1",
"description": "Web Component Base used in the Bolt Design System",

@@ -8,3 +8,3 @@ "license": "MIT",

"dependencies": {
"@bolt/core-v3.x": "^3.0.0",
"@bolt/core-v3.x": "^3.0.1",
"@bolt/polyfills": "^3.0.0",

@@ -20,3 +20,3 @@ "@open-wc/lit-helpers": "^0.3.5",

"schema": "element.schemas.js",
"gitHead": "e00a8b60b45cfc2b16135b00689afdd2db351406"
"gitHead": "f0d3a40030f8161c39d43f82b06632bf54ad263f"
}
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