New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xone

Package Overview
Dependencies
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xone - npm Package Compare versions

Comparing version

to
0.0.314

2

package.json
{
"name": "xone",
"version": "0.0.313",
"version": "0.0.314",
"description": "Open source Javascript framework for building modern web applications.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -28,3 +28,3 @@ ![Xone Logo](http://nextapps.de/img/xone.png?v=2)

* Provides a performance optimized render engine
* Targeting products: hybrid apps, progressive web apps, cordova, ionic, mobile games, single-page web apps
* Targeting products: hybrid apps, progressive web apps, cordova, ionic, mobile games, single-page web apps, browser apps

@@ -118,5 +118,5 @@ ---

Works, but it is not recommended to use whitespace in the projects folder name:
Works, but it is generally not recommended to use whitespaces in a project folder name:
```bash
workspace> xone create "my project with space"
workspace> xone create "my project"
```

@@ -130,3 +130,5 @@

Fetch update:
To update Xone of an already existing project you basically need __2 steps__:
1. Fetch and install latest version via npm:
```bash

@@ -136,3 +138,3 @@ > npm install -g xone

Install update to an existing project (fetches from _global npm_modules_ installation)
2. Install update to a Xone project (automatically fetches sources from _npm_modules_)
```bash

@@ -139,0 +141,0 @@ workspace/my_project> xone install