New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

help-and-feedback-component

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

help-and-feedback-component - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

dist/collection/components/help-and-feedback/help-and-feedback.js

@@ -35,5 +35,3 @@ export class HelpAndFeedback {

.then(data => {
if (data.content) {
this.content = data;
}
this.content = data;
});

@@ -40,0 +38,0 @@ }

@@ -38,5 +38,3 @@ /*! Built with http://stenciljs.com */

.then(function (data) {
if (data.content) {
_this.content = data;
}
_this.content = data;
});

@@ -43,0 +41,0 @@ }

@@ -38,5 +38,3 @@ /*! Built with http://stenciljs.com */

.then(data => {
if (data.content) {
this.content = data;
}
this.content = data;
});

@@ -43,0 +41,0 @@ }

@@ -210,2 +210,3 @@ import '../../stencil.core';

import '../../stencil.core';
import '../../stencil.core';
export declare class TopAppBar {

@@ -212,0 +213,0 @@ topBarElement: HTMLElement;

{
"name": "help-and-feedback-component",
"version": "0.2.2",
"version": "0.2.3",
"description": "Material icon button made with StencilJS",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

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