bee-collapse
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,10 @@ | ||
## [1.0.3](https://github.com/tinper-bee/bee-collapse/compare/v1.0.2...v1.0.3) (2020-04-24) | ||
### Bug Fixes | ||
* 自动化 ([3cfc706](https://github.com/tinper-bee/bee-collapse/commit/3cfc7068dc8a16faa293b9033950aa90e819a3ea)) | ||
<a name="1.0.2"></a> | ||
@@ -2,0 +11,0 @@ ## [1.0.2](https://github.com/tinper-bee/bee-collapse/compare/v1.0.1...v1.0.2) (2019-05-16) |
130
package.json
{ | ||
"name": "bee-collapse", | ||
"version": "1.0.2", | ||
"description": "Collapse ui component for react", | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"bee-collapse", | ||
"iuap-design", | ||
"tinper-bee", | ||
"Collapse" | ||
], | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"homepage": "https://github.com/tinper-bee/bee-collapse.git", | ||
"author": "Yonyou FED", | ||
"repository": "http://github.com/tinper-bee/bee-collapse", | ||
"bugs": "https://github.com/tinper-bee/bee-collapse.git/issues", | ||
"license": "MIT", | ||
"main": "./build/index.js", | ||
"config": { | ||
"port": 3000, | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
"name": "bee-collapse", | ||
"version": "1.0.3", | ||
"description": "Collapse ui component for react", | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"bee-collapse", | ||
"iuap-design", | ||
"tinper-bee", | ||
"Collapse" | ||
], | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"homepage": "https://github.com/tinper-bee/bee-collapse.git", | ||
"author": "Yonyou FED", | ||
"repository": "http://github.com/tinper-bee/bee-collapse", | ||
"bugs": "https://github.com/tinper-bee/bee-collapse.git/issues", | ||
"license": "MIT", | ||
"main": "./build/index.js", | ||
"config": { | ||
"port": 3000, | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "bee-tools run start", | ||
"build": "bee-tools run build", | ||
"lint": "bee-tools-test run lint", | ||
"test": "bee-tools-test run test", | ||
"chrome": "bee-tools-test run chrome", | ||
"coveralls": "bee-tools-test run coverage", | ||
"browsers": "bee-tools-test run browsers", | ||
"pub": "bee-tools run pub", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", | ||
"postversion": "git push --follow-tags", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"bee-transition": "^1.0.0", | ||
"tinper-bee-core": "latest" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.3.0 || ^16.0", | ||
"react-dom": "^15.3.0 || ^16.0", | ||
"prop-types": "15.6.0" | ||
}, | ||
"devDependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"bee-button": "latest", | ||
"bee-clipboard": "^2.0.0", | ||
"bee-drawer": "0.0.2", | ||
"bee-layout": "latest", | ||
"bee-panel": "latest", | ||
"chai": "^3.5.0", | ||
"console-polyfill": "~0.2.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"enzyme": "^2.4.1", | ||
"es5-shim": "~4.1.10", | ||
"react": "15.3.2", | ||
"react-addons-test-utils": "15.3.2", | ||
"react-dom": "15.3.2", | ||
"husky": "^4.2.5" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "bee-tools run start", | ||
"build": "bee-tools run build", | ||
"lint": "bee-tools-test run lint", | ||
"test": "bee-tools-test run test", | ||
"chrome": "bee-tools-test run chrome", | ||
"coveralls": "bee-tools-test run coverage", | ||
"browsers": "bee-tools-test run browsers", | ||
"pub": "bee-tools run pub", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"bee-transition": "^1.0.0", | ||
"tinper-bee-core": "latest" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.3.0 || ^16.0", | ||
"react-dom": "^15.3.0 || ^16.0", | ||
"prop-types": "15.6.0" | ||
}, | ||
"devDependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"bee-button": "latest", | ||
"bee-clipboard": "^2.0.0", | ||
"bee-drawer": "0.0.2", | ||
"bee-layout": "latest", | ||
"bee-panel": "latest", | ||
"chai": "^3.5.0", | ||
"console-polyfill": "~0.2.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"enzyme": "^2.4.1", | ||
"es5-shim": "~4.1.10", | ||
"react": "15.3.2", | ||
"react-addons-test-utils": "15.3.2", | ||
"react-dom": "15.3.2" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ # bee-collapse |
@@ -0,0 +0,0 @@ # bee-collapse |
import Collapse from './Collapse'; | ||
export default Collapse; |
export default function capitalize(string) { | ||
return `${string.charAt(0).toUpperCase()}${string.slice(1)}`; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
25723
15
18
411