Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
4
Maintainers
2
Versions
304
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.5 to 0.10.0

lib/index.js

25

package.json
{
"name": "rc-tree",
"version": "0.9.5",
"version": "0.10.0",
"description": "tree ui component for react",

@@ -11,2 +11,4 @@ "keywords": [

],
"main":"lib/index",
"files":["assets/*.css","lib"],
"homepage": "http://github.com/react-component/tree",

@@ -22,7 +24,2 @@ "author": "hualei5280@gmail.com",

"licenses": "MIT",
"spm": {
"dependencies": {
"react": "*"
}
},
"config": {

@@ -33,7 +30,8 @@ "port": 8018

"build": "rc-tools run build",
"precommit": "rc-tools run precommit",
"less": "rc-tools run less",
"gh-pages": "rc-tools run gh-pages",
"history": "rc-tools run history",
"start": "node-dev --harmony node_modules/.bin/rc-server",
"publish": "spm publish && rc-tools run tag",
"start": "node --harmony node_modules/.bin/rc-server",
"publish": "rc-tools run tag",
"lint": "rc-tools run lint",

@@ -45,13 +43,10 @@ "saucelabs": "node --harmony node_modules/.bin/rc-tools run saucelabs",

"devDependencies": {
"css-loader": "^0.9.1",
"expect.js": "~0.3.1",
"precommit-hook": "^1.0.7",
"rc-server": "~2.1.2",
"rc-tools": "2.x",
"react": "~0.13.0",
"node-dev": "2.x"
"rc-server": "3.x",
"rc-tools": "3.x",
"react": "~0.13.0"
},
"precommit": [
"lint",
"less"
"precommit"
],

@@ -58,0 +53,0 @@ "dependencies": {

3

README.md

@@ -7,3 +7,2 @@ # rc-tree

[![NPM version][npm-image]][npm-url]
[![SPM version](http://spmjs.io/badge/rc-tree)](http://spmjs.io/package/rc-tree)
[![build status][travis-image]][travis-url]

@@ -45,3 +44,3 @@ [![Test coverage][coveralls-image]][coveralls-url]

online example: http://react-component.github.io/tree/build/examples/
online example: http://react-component.github.io/tree/examples/

@@ -48,0 +47,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc