Socket
Socket
Sign inDemoInstall

@djsp/autocomplete

Package Overview
Dependencies
24
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.1.0

4

dist/index.es.js

@@ -193,3 +193,3 @@ import React, { Component } from 'react';

value: function componentDidMount() {
var registerPlugin = this.props.pluginProps.registerPlugin;
var registerPlugin = this.props.registerPlugin;
this._unregister = registerPlugin({

@@ -250,3 +250,3 @@ onBlur: this.onBlur,

suggestions = props.suggestions,
editorState = props.editorProps.editorState;
editorState = props.editorState;
var selection = editorState.getSelection();

@@ -253,0 +253,0 @@

@@ -198,3 +198,3 @@ 'use strict';

value: function componentDidMount() {
var registerPlugin = this.props.pluginProps.registerPlugin;
var registerPlugin = this.props.registerPlugin;
this._unregister = registerPlugin({

@@ -255,3 +255,3 @@ onBlur: this.onBlur,

suggestions = props.suggestions,
editorState = props.editorProps.editorState;
editorState = props.editorState;
var selection = editorState.getSelection();

@@ -258,0 +258,0 @@

{
"name": "@djsp/autocomplete",
"version": "0.0.5",
"version": "0.1.0",
"description": "Autocomplete plugin",

@@ -14,4 +14,5 @@ "author": "juliankrispel",

"test:watch": "react-scripts test --env=jsdom",
"build": "rollup -c",
"start": "rollup -c -w",
"build": "./node_modules/.bin/rollup -c",
"flow": "./node_modules/.bin/flow",
"start": "./node_modules/.bin/rollup -c -w",
"prepare": "yarn run build",

@@ -25,3 +26,3 @@ "predeploy": "cd example && yarn install && yarn run build",

"dependencies": {
"@djsp/core": "^0.0.5"
"@djsp/core": "^0.1.0"
},

@@ -28,0 +29,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc