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

rc-table

Package Overview
Dependencies
Maintainers
2
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-table - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

lib/index.js

18

package.json
{
"name": "rc-table",
"version": "2.1.0",
"version": "2.1.1",
"description": "table ui component for react",

@@ -9,2 +9,3 @@ "keywords": [

],
"main": "./lib/index",
"homepage": "http://github.com/react-component/table",

@@ -23,7 +24,2 @@ "maintainers": [

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

@@ -34,2 +30,3 @@ "port": 8000

"build": "rc-tools run build",
"precommit": "rc-tools run precommit",
"less": "rc-tools run less",

@@ -39,3 +36,3 @@ "gh-pages": "rc-tools run gh-pages",

"start": "node --harmony node_modules/.bin/rc-server",
"publish": "rc-tools run tag && spm publish",
"publish": "rc-tools run tag",
"lint": "rc-tools run lint",

@@ -50,10 +47,9 @@ "saucelabs": "node --harmony node_modules/.bin/rc-tools run saucelabs",

"precommit-hook": "^1.0.7",
"rc-server": "^2.0.0",
"rc-tools": "2.x",
"rc-server": "3.x",
"rc-tools": "3.x",
"react": "~0.13.0"
},
"precommit": [
"lint",
"less"
"precommit"
]
}
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