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

rpg-convers

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpg-convers - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

index.js

@@ -71,3 +71,2 @@ const generateStyle = require("./tools/generateStyle.js")

if(!this.mainContainer) this.applyStartingStyle()
console.log(callback)
this.open()

@@ -98,8 +97,6 @@ const {name, message, isLeft, btnName,imageDirectory } = messages[startsInArrayOf]

if(!messages[nextPageNum]){
console.log("proceed call back")
console.log(callback)
if(callback) callback()
return this.close({name, message, isLeft })
}
this.startConversation(messages, nextPageNum)
this.startConversation(messages, nextPageNum, callback)
}

@@ -106,0 +103,0 @@ }

4

package.json
{
"name": "rpg-convers",
"version": "1.0.4",
"description": "",
"version": "1.0.5",
"description": "An rpg conversation maker, To use first call new Conversation([{name: '', message: '', isLeft: bool}], howfast The speaker is in miliseconds, callback function ) ",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

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