New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

extjs-node

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extjs-node

ExtJS framework

latest
npmnpm
Version
0.0.2-rc2
Version published
Maintainers
1
Created
Source

Untouched libarary with a little adapter to run on NodeJS

  • No DOM required
  • uses the original Ext.require funktion (working dependency system)

Installation: npm install extjs-node

Usage:

require("extjs-node");

Ext.require(['Ext.data.Model','Ext.data.reader.Json','Ext.data.writer.Json',"Ext.data.proxy.Memory"]);

Ext.define("Mock", { extend: "Ext.data.Model", fields: ['name'], proxy: { type: 'memory' } });

var h = Mock.create({name:"Agebrock"}); console.dir(h);

Keywords

framework

FAQs

Package last updated on 13 May 2012

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