Comparing version 2.0.0-rc2 to 2.0.0-rc3
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
65
1
1
57494
17
39
793