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

@cocreate/attributes

Package Overview
Dependencies
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/attributes - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.3](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.1.2...v1.1.3) (2021-08-03)
### Bug Fixes
* get crdt.replateText params from element ([4a6ed5c](https://github.com/CoCreate-app/CoCreate-attributes/commit/4a6ed5c90364a20877bc43145bbfc7f3a26f451f))
## [1.1.2](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.1.1...v1.1.2) (2021-08-02)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@cocreate/attributes",
"version": "1.1.2",
"version": "1.1.3",
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -514,9 +514,9 @@ /*global CoCreate*/

crdt.replaceText({
collection: 'builder',
document_id: 'null',
collection: input.getAttribute('collection'),
document_id: input.getAttribute('document_id'),
name: input.getAttribute('name'),
value: value + '',
position: '0',
// position: '0',
})
else
else
input.value = value + '';

@@ -523,0 +523,0 @@ // console.warn('CoCreateStyle: unidentified input: ', inputType, 'input ', input)

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