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

@operato/property-editor

Package Overview
Dependencies
Maintainers
4
Versions
674
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/property-editor - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

9

CHANGELOG.md

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

### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14)
### :bug: Bug Fix
* ox-popup-list ([1e5af96](https://github.com/hatiolab/operato/commit/1e5af96cbd959ffbe7e4b8bf041971bb4e88dd0a))
### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)

@@ -8,0 +17,0 @@

3

dist/src/ox-property-editor.js
import { __decorate } from "tslib";
import { LitElement, css, html } from 'lit';
import { css, html, LitElement } from 'lit';
import { property, state } from 'lit/decorators.js';

@@ -110,2 +110,3 @@ import deepClone from 'lodash/cloneDeep';

:host > select,
:host > ox-select,
:host > input[type='text'],

@@ -112,0 +113,0 @@ :host > input[type='number'] {

{
"name": "@operato/property-editor",
"version": "0.3.7",
"version": "0.3.8",
"description": "Webcomponent for property-editor following open-wc recommendations",

@@ -75,3 +75,3 @@ "author": "heartyoh",

},
"gitHead": "4cc91580b763e2f4f38d95cadef5b18509393bc6"
"gitHead": "7d5cd8c985a5b0fcae4bb7237eb771ab13f0c9a9"
}

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

import { LitElement, css, html } from 'lit'
import { css, html, LitElement } from 'lit'
import { property, state } from 'lit/decorators.js'
import deepClone from 'lodash/cloneDeep'

@@ -63,2 +62,3 @@

:host > select,
:host > ox-select,
:host > input[type='text'],

@@ -65,0 +65,0 @@ :host > input[type='number'] {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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