bee-anchor
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -0,1 +1,10 @@ | ||
## [0.0.6](https://github.com/tinper-bee/bee-anchor/compare/v0.0.5...v0.0.6) (2020-04-24) | ||
### Bug Fixes | ||
* 自动化 ([27ae1b3](https://github.com/tinper-bee/bee-anchor/commit/27ae1b3f59847bf2f3fbd510c2518785a7d326db)) | ||
<a name="0.0.5"></a> | ||
@@ -2,0 +11,0 @@ ## [0.0.5](https://github.com/tinper-bee/bee-anchor/compare/v0.0.4...v0.0.5) (2019-09-23) |
130
package.json
{ | ||
"name": "bee-anchor", | ||
"version": "0.0.5", | ||
"description": "Anchor ui component for react", | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"bee-anchor", | ||
"iuap-design", | ||
"tinper-bee", | ||
"Anchor" | ||
], | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"homepage": "https://github.com/tinper-bee/bee-anchor.git", | ||
"author": "Yonyou FED", | ||
"repository": "http://github.com/tinper-bee/bee-anchor", | ||
"bugs": "https://github.com/tinper-bee/bee-anchor.git/issues", | ||
"license": "MIT", | ||
"main": "./build/index.js", | ||
"config": { | ||
"port": 3000, | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
"name": "bee-anchor", | ||
"version": "0.0.6", | ||
"description": "Anchor ui component for react", | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"bee-anchor", | ||
"iuap-design", | ||
"tinper-bee", | ||
"Anchor" | ||
], | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"homepage": "https://github.com/tinper-bee/bee-anchor.git", | ||
"author": "Yonyou FED", | ||
"repository": "http://github.com/tinper-bee/bee-anchor", | ||
"bugs": "https://github.com/tinper-bee/bee-anchor.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": "bee-tools run changelog", | ||
"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", | ||
"tinper-bee-core": "latest", | ||
"babel-runtime": "^6.23.0", | ||
"gumshoejs": "^5.1.1" | ||
}, | ||
"devDependencies": { | ||
"bee-clipboard": "^2.0.0", | ||
"bee-drawer": "0.0.2", | ||
"chai": "^3.5.0", | ||
"enzyme": "^2.4.1", | ||
"react": "15.3.2", | ||
"react-addons-test-utils": "15.3.2", | ||
"react-dom": "15.3.2", | ||
"console-polyfill": "~0.2.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"es5-shim": "~4.1.10", | ||
"bee-panel": "latest", | ||
"bee-layout": "latest", | ||
"bee-button": "latest", | ||
"husky": "^4.2.5" | ||
}, | ||
"peerDependencies": { | ||
"react": ">= 15.3.0", | ||
"react-dom": ">= 15.3.0", | ||
"prop-types": ">= 15.6.0" | ||
} | ||
}, | ||
"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": "bee-tools run changelog" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"tinper-bee-core": "latest", | ||
"babel-runtime": "^6.23.0", | ||
"gumshoejs": "^5.1.1" | ||
}, | ||
"devDependencies": { | ||
"bee-clipboard": "^2.0.0", | ||
"bee-drawer": "0.0.2", | ||
"chai": "^3.5.0", | ||
"enzyme": "^2.4.1", | ||
"react": "15.3.2", | ||
"react-addons-test-utils": "15.3.2", | ||
"react-dom": "15.3.2", | ||
"console-polyfill": "~0.2.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"es5-shim": "~4.1.10", | ||
"bee-panel": "latest", | ||
"bee-layout": "latest", | ||
"bee-button": "latest" | ||
}, | ||
"peerDependencies": { | ||
"react": ">= 15.3.0", | ||
"react-dom": ">= 15.3.0", | ||
"prop-types": ">= 15.6.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
18760
14
16
205
2