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.310

2

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

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

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

* initial project created by `xone create`
* Provides you a scalable development environment for modern web-based applications.
* Is intended for a compilation.
* Provides you a scalable development environment for modern web-based applications on top of Node.js
* Is intended for a compilation
2. __Xone Project Bundle__ (Standalone)
* [_xone.bundle.js_](//cdn.rawgit.com/next-apps/xone/master/dist/xone.bundle.js)
* [_xone.bundle.min.js_](//cdn.rawgit.com/next-apps/xone/master/dist/xone.bundle.min.js)
* Alternatively use this bundle to add Xone as a dependency to an already existing build/compiler system (compatible with Closure Compiler "Advanced Mode").
* Is intended for a compilation.
* Alternatively use this bundle to add Xone as a dependency to an already existing build/compiler system (compatible with Closure Compiler "Advanced Mode")
* Is intended for a compilation
3. __Xone Extern Library__ (Standalone)
* [_xone.lib.js_](//cdn.rawgit.com/next-apps/xone/master/dist/xone.lib.js)
* [_xone.lib.min.js_](//cdn.rawgit.com/next-apps/xone/master/dist/xone.lib.min.js)
* Skips the build part completely and make Xone using like a jQuery library in your web-based project.
* Is not intended for a compilation.
* Skips the build part completely and make Xone using like a jQuery library in your web-based project
* Is not intended for a compilation

@@ -62,3 +62,3 @@ #### Xone Comparison: 1. Project, 2. Bundle, 3. Library

| Global App Configuration | <img src="http://nextapps.de/img/icon_check.png?v=2"> | <img src="http://nextapps.de/img/icon_check.png?v=2"> | - |
| Build/Compile Project | <img src="http://nextapps.de/img/icon_check.png?v=2"> | - | - |
| Build/Compile Project | <img src="http://nextapps.de/img/icon_check.png?v=2"> | <img src="http://nextapps.de/img/icon_check.png?v=2"> | - |
| Manage Platforms | <img src="http://nextapps.de/img/icon_check.png?v=2"> | - | - |

@@ -72,2 +72,3 @@ | Dynamic Templates (HTML > JSON) | <img src="http://nextapps.de/img/icon_check.png?v=2"> | - | - |

| Not strictly bound by Conventions | - | <img src="http://nextapps.de/img/icon_check.png?v=2"> | <img src="http://nextapps.de/img/icon_check.png?v=2"> |
| Does not require Node.js | - | <img src="http://nextapps.de/img/icon_check.png?v=2"> | <img src="http://nextapps.de/img/icon_check.png?v=2"> |
| Use as a Standalone Library (like jQuery/Underscore) | - | <img src="http://nextapps.de/img/icon_check.png?v=2"> | <img src="http://nextapps.de/img/icon_check.png?v=2"> |

@@ -74,0 +75,0 @@ | Use as a Framework (like Bootstrap/Angular) | <img src="http://nextapps.de/img/icon_check.png?v=2"> | <img src="http://nextapps.de/img/icon_check.png?v=2"> | - |