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

xible

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xible - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.jshintrc

33

package.json
{
"name": "xible",
"version": "0.0.1",
"version": "0.0.2",
"description": "xible",
"license": "MIT",
"homepage": "https://xible.io",
"author": {

@@ -23,3 +25,30 @@ "name": "Stefan de Jong"

"node"
]
],
"scripts": {
"start": "node cli.js server start",
"debug": "export DEBUG=\"xible*\"; nodemon cli.js server start",
"debug-win": "set DEBUG=xible* & nodemon cli.js server start",
"inspect": "export DEBUG=\"xible*\"; nodemon --inspect cli.js server start",
"inspect-win": "set DEBUG=xible* & nodemon --inspect cli.js server start"
},
"bin": {
"xible": "./cli.js",
"xiblepm": "./pmcli.js"
},
"main": "index.js",
"engines": {
"node": ">=7.0.0"
},
"dependencies": {
"xible-registry-wrapper": "*",
"nopt": "*",
"uws": "*",
"ws": "*",
"debug": "*",
"express": "*",
"body-parser": "*",
"spdy": "*",
"sanitize-filename": "*",
"fs-extra": "*"
}
}
# XIBLE
A visual programming language. Visit <https://xible.io> for more information.
This is a placeholder for the Xible package.
## Installation
Once you have nodejs installed, simply run;
1. <code>npm install -g xible</code>
## Start Xible
After installation is completed;
1. <code>xible server start</code>
2. Navigate to <http://localhost:9600>. Or replace "_localhost_" with the actual address of the machine where you installed xible.
## Browser support
The browser based graphical editor which comes with Xible is currently only supported by the Google Chrome browser; versions 53 and up.

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