Socket
Socket
Sign inDemoInstall

kitr-box

Package Overview
Dependencies
95
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

index.js

@@ -13,3 +13,3 @@ 'use strict'

Children.forEach(props.children, child => {
Children.forEach(props.children, (child) => {
if (!child) {

@@ -16,0 +16,0 @@ return

{
"name": "kitr-box",
"version": "1.1.3",
"version": "1.1.4",
"description": "Simple layout system with components",

@@ -30,15 +30,15 @@ "main": "index.js",

"dependencies": {
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"classnames": "^2.2.3",
"react": "^0.14.6"
"react": "^15.0.1"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-cli": "^6.7.5",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"react-addons-test-utils": "^0.14.6",
"standard": "^5.4.1",
"tap": "^5.2.0"
"react-addons-test-utils": "^15.0.1",
"standard": "^6.0.8",
"tap": "^5.7.1"
},

@@ -45,0 +45,0 @@ "browserify": {

@@ -8,8 +8,8 @@ 'use strict'

test('Placeholder', t => {
test('Placeholder', (t) => {
t.plan(1)
testRender(<Box />, output => {
testRender(<Box />, (output) => {
t.ok(output, 'renders')
})
})
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