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

component-template

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-template - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.0.0"></a>
# [1.0.0](https://github.com/reactstrap/component-template/compare/0.2.0...v1.0.0) (2017-01-28)
### Features
* **lint:** add eslint to test setup ([4756833](https://github.com/reactstrap/component-template/commit/4756833))
<a name="0.2.0"></a>

@@ -2,0 +12,0 @@ # 0.2.0 (2016-09-25)

8

lib/HelloWorld.js

@@ -45,6 +45,6 @@ 'use strict';

value: function render() {
var _props = this.props;
var name = _props.name;
var message = _props.message;
var children = _props.children;
var _props = this.props,
name = _props.name,
message = _props.message,
children = _props.children;

@@ -51,0 +51,0 @@

{
"name": "component-template",
"description": "A React component template for building and publishing reactstrap components",
"version": "0.2.0",
"version": "1.0.0",
"homepage": "https://reactstrap.github.io/component-template",

@@ -15,2 +15,3 @@ "repository": {

"test": "react-scripts test --env=jsdom",
"lint": "eslint src",
"prebuild": "babel src/components --out-dir lib --ignore test.js",

@@ -28,3 +29,3 @@ "create-release-branch": "sh ./scripts/create-release-branch",

"babel-preset-stage-0": "^6.5.0",
"bootstrap": "^4.0.0-alpha.4",
"bootstrap": "^4.0.0-alpha.6",
"conventional-changelog-cli": "^1.1.1",

@@ -34,2 +35,3 @@ "conventional-recommended-bump": "^0.3.0",

"enzyme": "^2.4.1",
"eslint": "^3.8.1",
"history": "^4.2.0",

@@ -39,11 +41,12 @@ "react": "^15.3.2",

"react-addons-transition-group": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.3.2",
"react-prism": "^4.0.0",
"react-router": "^4.0.0-alpha.3",
"react-scripts": "0.5.1",
"reactstrap": "^3.3.0"
"react-router": "^4.0.0-alpha.6",
"react-scripts": "0.8.5",
"reactstrap": "^4.0.1"
},
"dependencies": {},
"peerDependencies": {
"reactstrap": "^2.0.0 || ^3.0.0"
"reactstrap": "^4.0.0"
},

@@ -50,0 +53,0 @@ "license": "MIT",

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