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

pitaya-components

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pitaya-components - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

lib/Editor/Editor.js

@@ -74,3 +74,9 @@ 'use strict';

_createClass(Editor, null, [{
_createClass(Editor, [{
key: 'value',
get: function get() {
// return this.refs.editor.value
return this.$editor && this.$editor.getContent();
}
}], [{
key: 'propTypes',

@@ -77,0 +83,0 @@ value: {

2

package.json
{
"name": "pitaya-components",
"version": "0.1.2",
"version": "0.1.3",
"description": "react components for projects",

@@ -5,0 +5,0 @@ "main": "./lib/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