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

deku

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deku - npm Package Compare versions

Comparing version 2.0.0-rc2 to 2.0.0-rc3

.travis.yml

2

book.json
{
"gitbook": "2.4.3",
"gitbook": "2.x.x",
"structure": {

@@ -4,0 +4,0 @@ "summary": "docs/README.md"

{
"name": "deku",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"license": "MIT",
"repository": "dekujs/deku",
"description": "Create view components using a virtual DOM",
"main": "dist/deku.js",
"description": "Render interfaces using pure functions and virtual DOM",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"clean": "rimraf lib _book dist",
"build": "babel src --out-dir lib",
"test": "hihat test/index.js -- --debug -t babelify -p tap-dev-tool",
"test:ci": "zuul -- ./test/index.js",
"test:lint": "standard src/*.js test/*.js | snazzy",
"docs:install": "gitbook install",
"docs:build": "npm run docs:install && gitbook build",
"docs:serve": "npm run docs:install && gitbook serve",
"docs:deploy": "npm run docs:build && gh-pages -d _book",
"prepublish": "npm run clean && npm run build",
"preversion": "npm run clean && npm run test:lint",
"version": "npm run build",
"postversion": "git push && git push --tags && npm run clean"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-plugin-transform-react-jsx": "^6.1.18",

@@ -14,4 +31,4 @@ "babel-polyfill": "^6.1.19",

"babelify": "^7.2.0",
"browserify": "^12.0.0",
"budo": "^7.1.0",
"gh-pages": "^0.8.0",
"gitbook": "^2.6.6",

@@ -35,3 +52,12 @@ "hihat": "^2.5.0",

"union-type": "^0.1.6"
}
},
"keywords": [
"deku",
"functional",
"react",
"virtual",
"dom",
"elm",
"redux"
]
}

@@ -1,3 +0,4 @@

# Deku [![Circle CI](https://circleci.com/gh/dekujs/deku/tree/2.0.0.svg?style=svg)](https://circleci.com/gh/dekujs/deku/tree/2.0.0)
# Deku
[![version](https://img.shields.io/travis/dekujs/deku.svg?style=flat-square)](https://travis-ci.org/dekujs/deku)
[![version](https://img.shields.io/npm/v/deku.svg?style=flat-square)](https://www.npmjs.com/package/deku)

@@ -7,3 +8,3 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

Deku is a library for rendering interfaces using pure functions.
Deku is a library for rendering interfaces using pure functions and virtual DOM.

@@ -10,0 +11,0 @@ Instead of using classes and local state, Deku just uses functions and pushes the responsibility of all state management and side-effects onto tools like [Redux](http://redux.js.org/). It also aims to support only modern browsers to keep things simple.

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