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

@creadi/tchatche-react

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creadi/tchatche-react - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

1

dist/components/UserAction.js

@@ -22,2 +22,3 @@ "use strict";

var handleSubmit = function (data, onSubmit, storeAction) { return function (e) {
e.preventDefault();
return onSubmit(e.target.elements.userinput.value, data, storeAction.setData).then(function (submited) {

@@ -24,0 +25,0 @@ storeAction.userAnswered(submited);

34

package.json
{
"name": "@creadi/tchatche-react",
"version": "1.0.3",
"description": "Simple chat bot. Supports button and text input responses.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Success. Tests passed.\" && exit 0",
"build": "tsc && cp src/types.d.ts dist/types.d.ts",
"prepublish": "npm run build"
"version": "1.0.5",
"author": "Creadi AG <info@creadi.ch>",
"dependencies": {
"redux": "^4.0.4"
},
"keywords": [
"chat bot"
],
"author": "Creadi AG <info@creadi.ch>",
"license": "GPL-2.0",
"devDependencies": {

@@ -24,8 +16,20 @@ "@types/react": "^16.9.3",

},
"keywords": [
"chat bot"
],
"license": "GPL-2.0",
"main": "dist/index.js",
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"redux": "^4.0.4"
}
"repository": {
"type": "git",
"url": "git://github.com/creadi/tchatche-react.git"
},
"scripts": {
"build": "tsc && cp src/types.d.ts dist/types.d.ts",
"prepublish": "npm run build",
"test": "echo \"Success. Tests passed.\" && exit 0"
},
"types": "dist/index.d.ts"
}

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