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

2

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

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

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

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)
* [_xone.bundle.js_] (https://cdn.rawgit.com/next-apps/xone/master/dist/xone.bundle.js)
* [_xone.bundle.min.js_] (https://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.
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)
* [_xone.lib.js_] (https://cdn.rawgit.com/next-apps/xone/master/dist/xone.lib.js)
* [_xone.lib.min.js_] (https://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.

@@ -48,0 +48,0 @@ * Is not intended for a compilation.