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

@open-wc/scoped-elements

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/scoped-elements - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

CHANGELOG.md

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

## [1.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.1...@open-wc/scoped-elements@1.1.2) (2020-07-08)
**Note:** Version bump only for package @open-wc/scoped-elements
## [1.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.0...@open-wc/scoped-elements@1.1.1) (2020-04-26)

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

6

package.json
{
"name": "@open-wc/scoped-elements",
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {

@@ -42,7 +42,7 @@ "access": "public"

"dependencies": {
"@open-wc/dedupe-mixin": "^1.2.17",
"@open-wc/dedupe-mixin": "^1.2.18",
"lit-html": "^1.0.0"
},
"sideEffects": false,
"gitHead": "11053d638d9d6882d647550f7e1e5999b62552fb"
"gitHead": "72c70d66fcc65b6395442a177a1a5220d261e8bf"
}

@@ -0,1 +1,9 @@

---
permalink: 'scoped-elements/index.html'
title: Scoped elements
section: guides
tags:
- guides
---
# Scoped elements

@@ -330,13 +338,1 @@

This package was initially inspired by [carehtml](https://github.com/bashmish/carehtml) and we would like to thank [@bashmish](https://github.com/bashmish) for his work on it.
<script>
export default {
mounted() {
const editLink = document.querySelector('.edit-link a');
if (editLink) {
const url = editLink.href;
editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/scoped-elements/README.md';
}
}
}
</script>
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