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

touch-node

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

touch-node

Sencha Touch Class System, Utilities, and DOM-Free classes ported to Node JS

  • 2.3.1-1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source
Touch Node Logo Touch Node =========

Touch Node is a port of the entire Sencha Touch Class System, utilities as well as DOM-Free classes. These classes include:

  • Data connection (Ajax, JSONP, Ext.Direct)
  • Model, Store and Proxies
  • Utility classes for Array, String, Date, etc...
  • Loader
  • Logger
  • and more

Version

This was built off Sencha Touch 2.3.1

Installation

npm install touch-node

Usage

var Ext = require('touch-node');

If you want to use the uncompressed (dev) version of the library you can require the dev submodule

var Ext = require('touch-node/dev');

Examples

To see the module in action take a look at the example directory where we show how to leverage create classes, mixins for those classes and require them with Ext.Loader.

Documentation

For more information on the Sencha Touch class system and examples, please refer to the library documentation page here:

Sencha Touch Documentation

License

Sencha Touch is licensed under GPLv3. For more see the here: license.txt

Keywords

FAQs

Package last updated on 30 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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