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

aurumjs

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurumjs - npm Package Compare versions

Comparing version 0.8.12 to 0.8.13

prebuilt/esnext/aurum_server/aurum_server_client.d.ts

6

package.json
{
"name": "aurumjs",
"version": "0.8.12",
"main": "prebuilt/cjs/aurumjs.js",
"typings": "prebuilt/cjs/aurumjs.d.ts",
"version": "0.8.13",
"main": "prebuilt/esnext/aurumjs.js",
"typings": "prebuilt/esnext/aurumjs.d.ts",
"description": "Stream based declarative DOM rendering library for javascript",

@@ -7,0 +7,0 @@ "author": "Joao Santos (CyberPhoenix)",

@@ -12,2 +12,3 @@ <p align="center">

## What is Aurum
Aurum.js is a DOM rendering library inspired by react and angular.

@@ -18,21 +19,19 @@ In Aurum you use stream based programing (Similar to rx.js) for data management. You link your streams directly to the DOM be it into attributes, inner text or inner html, you keep your UI up to date all through streams.

## Why use Aurum
* Aurum encourages writing UIs in a way that makes them update faster in response to data changes than even in popular modern libraries like react, vue or angular
* Aurum does most of the data management overhead for you, saving time and allowing to focus on what matters: Implementing your business logic
- Aurum encourages writing UIs in a way that makes them update faster in response to data changes than even in popular modern libraries like react, vue or angular
* Aurum has very few concepts and a small API, you can get a full understanding of Aurum.js in record time.
- Aurum does most of the data management overhead for you, saving time and allowing to focus on what matters: Implementing your business logic
* Aurum is completely built around the stream pattern, pipe your data from the backend over adapters all the way into the DOM
- Aurum has very few concepts and a small API, you can get a full understanding of Aurum.js in record time.
- Aurum is completely built around the stream pattern, pipe your data from the backend over adapters all the way into the DOM
## Browser support
* All chromium based browsers
* Edge
- All chromium based browsers
* Firefox
- Firefox
* Safari
- Safari
* IE11 (requires several polyfills and your code bundler needs to downlevel the code to ES5 but it works)
## Getting started

@@ -85,7 +84,8 @@

## Website with documentation and further explanations
http://aurumjs.org/
## Live example
TODO App with creation, deletion drag and drop, editing and marking as done of tasks all under 100 lines of code with aurum:
https://codepen.io/cyberphoenix90/pen/LYYMwVr

@@ -22,3 +22,4 @@ {

"declarationMap": true,
"outDir": "prebuilt/exnext"
"inlineSources": true,
"outDir": "prebuilt/esnext"
},

@@ -25,0 +26,0 @@ "include": [

@@ -22,2 +22,3 @@ {

"declarationMap": true,
"inlineSources": true,
"outFile": "prebuilt/amd/aurumjs.js"

@@ -24,0 +25,0 @@ },

@@ -22,2 +22,3 @@ {

"declarationMap": true,
"inlineSources": true,
"outFile": "dist/test/aurumjs.js"

@@ -24,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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