Comparing version 2.6.0 to 2.7.0
{ | ||
"name": "ink", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "React for CLI", | ||
@@ -45,6 +45,6 @@ "license": "MIT", | ||
"arrify": "^2.0.1", | ||
"auto-bind": "^3.0.0", | ||
"auto-bind": "^4.0.0", | ||
"chalk": "^3.0.0", | ||
"cli-cursor": "^3.1.0", | ||
"cli-truncate": "^2.0.0", | ||
"cli-truncate": "^2.1.0", | ||
"is-ci": "^2.0.0", | ||
@@ -64,15 +64,15 @@ "lodash.throttle": "^4.1.1", | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-proposal-class-properties": "^7.1.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@types/react": "^16.8.6", | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/preset-react": "^7.8.3", | ||
"@types/react": "^16.9.19", | ||
"ava": "^2.4.0", | ||
"babel-eslint": "^10.0.1", | ||
"delay": "^4.1.0", | ||
"eslint-config-xo-react": "^0.20.0", | ||
"eslint-plugin-react": "^7.11.1", | ||
"eslint-config-xo-react": "^0.22.0", | ||
"eslint-plugin-react": "^7.18.0", | ||
"eslint-plugin-react-hooks": "^2.3.0", | ||
"import-jsx": "^3.0.0", | ||
"import-jsx": "^3.1.0", | ||
"ms": "^2.1.1", | ||
@@ -82,3 +82,3 @@ "node-pty": "^0.9.0", | ||
"react": "^16.9.0", | ||
"sinon": "^7.2.7", | ||
"sinon": "^8.1.1", | ||
"strip-ansi": "^6.0.0", | ||
@@ -93,2 +93,7 @@ "svg-term-cli": "^2.1.1", | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
"optional": true | ||
} | ||
}, | ||
"babel": { | ||
@@ -134,3 +139,4 @@ "plugins": [ | ||
"react/no-unescaped-entities": "off", | ||
"react/state-in-constructor": "off" | ||
"react/state-in-constructor": "off", | ||
"react/jsx-indent": "off" | ||
}, | ||
@@ -137,0 +143,0 @@ "overrides": [ |
@@ -80,2 +80,3 @@ <h1 align="center"> | ||
- [startd](https://github.com/mgrip/startd) - Turn your React component into a web app from the command-line. | ||
- [wiki-cli](https://github.com/hexrcs/wiki-cli) - Search Wikipedia and read summaries directly in your terminal. | ||
@@ -944,2 +945,6 @@ ## Contents | ||
## Useful Hooks | ||
- [ink-use-stdout-dimensions](https://github.com/cameronhunter/ink-monorepo/tree/master/packages/ink-use-stdout-dimensions) - Subscribe to stdout dimensions. | ||
## Useful Components | ||
@@ -961,2 +966,4 @@ | ||
- [ink-table](https://github.com/maticzav/ink-table) - Table component. | ||
- [ink-ascii](https://github.com/hexrcs/ink-ascii) - Awesome text component with more font choices, based on Figlet. | ||
- [ink-markdown](https://github.com/cameronhunter/ink-markdown) - Render syntax highlighted Markdown. | ||
@@ -963,0 +970,0 @@ ### Incompatible components |
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
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
120577
37
2290
1037
1
+ Addedauto-bind@4.0.0(transitive)
- Removedauto-bind@3.0.0(transitive)
Updatedauto-bind@^4.0.0
Updatedcli-truncate@^2.1.0