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

@advanced-rest-client/content-type-selector

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advanced-rest-client/content-type-selector - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

57

CHANGELOG.md

@@ -82,1 +82,58 @@ <a name="2.0.1"></a>

## [3.1.2](https://github.com/advanced-rest-client/content-type-selector/compare/0.1.4...3.1.2) (2019-10-08)
<a name="3.1.3"></a>
## [3.1.3](https://github.com/advanced-rest-client/content-type-selector/compare/3.1.1...3.1.3) (2019-11-20)
### Build
* bumping version [cd9455c](https://github.com/advanced-rest-client/content-type-selector/commit/cd9455cc35d7fdc387cd5eab29aeefee81bd566c) by Pawel
* bumping version [f80cba0](https://github.com/advanced-rest-client/content-type-selector/commit/f80cba08b75d199e325886813756677738dfe8c1) by Pawel
### Update
* updating types [97b308e](https://github.com/advanced-rest-client/content-type-selector/commit/97b308e475b78c9e4a512ff8395f265a0c2a1ed4) by Pawel
* upgrading depdnencies [b2b4685](https://github.com/advanced-rest-client/content-type-selector/commit/b2b468565c899b0f57e87ef5067f7357fdabc18b) by Pawel
* upgrading dependencies to fix audit errors [e4a28d8](https://github.com/advanced-rest-client/content-type-selector/commit/e4a28d897bb11da459d88b96efa128cb4e426408) by Pawel Psztyc
* updating styles to match with dropdown menu [99ff435](https://github.com/advanced-rest-client/content-type-selector/commit/99ff435e454eaa838f70ec94302b93aab398a590) by Pawel
### Refactor
* move styles into render (#2) [bump-version] [d7b14c0](https://github.com/advanced-rest-client/content-type-selector/commit/d7b14c0a320d59030524b9558e6c33b9724f364d) by Francisco Di Giandomenico
* replacing `legacy` with `compatibility` [4db373e](https://github.com/advanced-rest-client/content-type-selector/commit/4db373e58981004d81082b166f2d6bc9d6fdcdf2) by Pawel
* moving component logic to src/ folder [561dd88](https://github.com/advanced-rest-client/content-type-selector/commit/561dd887f460780cb9377e7d67638eab7c512e84) by Pawel
* upgrading to Anypoint components [d848252](https://github.com/advanced-rest-client/content-type-selector/commit/d8482524c5aecc77d1d46d662c5251eac879414b) by Pawel
### Testing
* updating tests config [76f197f](https://github.com/advanced-rest-client/content-type-selector/commit/76f197f27b403ef01fbe197d5fa9640518114aee) by Pawel
* fixing SL configuration [80602f7](https://github.com/advanced-rest-client/content-type-selector/commit/80602f74d65436df5288c40586bfcff89b56e20a) by Pawel
### Other
* Update: Added the right way of checking event source
[b8785fb](https://github.com/advanced-rest-client/content-type-selector/commit/b8785fbdb453097d08160510429016adbeef4150) by Pawel Psztyc
* Docs: Added event documentation
[594daaf](https://github.com/advanced-rest-client/content-type-selector/commit/594daaf897f1d207556ee1d1abeb292dd32e4a45) by Pawel Psztyc
* Docs: Updated documentation
[c110daf](https://github.com/advanced-rest-client/content-type-selector/commit/c110dafa27694781ee38c84ef2ef55fc3e6a2d9b) by Pawel Psztyc
* Docs: Updated docs for events.
[5df119b](https://github.com/advanced-rest-client/content-type-selector/commit/5df119bc9fdfd23dcc47918cc0197f7acba95648) by Pawel Psztyc
* Fix: Fixed CT change notification.
[c8265cb](https://github.com/advanced-rest-client/content-type-selector/commit/c8265cb0e237a437595426e4fa4c5fb0d02f5949) by Pawel Psztyc
* Update: Complex content types and event targets
- The element will now render correct content type event if the content
type has complex structure.
- Now it is possible to control event listeners target
[7cf78b6](https://github.com/advanced-rest-client/content-type-selector/commit/7cf78b6a9f34677e79b616118878c5fa0913809c) by Pawel Psztyc
* Update: New jshint configuration
[752a67a](https://github.com/advanced-rest-client/content-type-selector/commit/752a67a2634ca93cb217a619e0fd85a57502d967) by Pawel Psztyc

2

package.json
{
"name": "@advanced-rest-client/content-type-selector",
"description": "A content type dropdown to select request CT header",
"version": "3.1.2",
"version": "3.1.3",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "content-type-selector.js",

@@ -73,3 +73,3 @@ /**

export class ContentTypeSelector extends EventsTargetMixin(LitElement) {
static get styles() {
get styles() {
return css`

@@ -95,3 +95,3 @@ :host {

const { readOnly, disabled, compatibility, outlined, noLabelFloat } = this;
return html`
return html`<style>${this.styles}</style>
<anypoint-dropdown-menu

@@ -98,0 +98,0 @@ ?noLabelFloat="${noLabelFloat}"

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