mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Compare commits
2 Commits
snyk-fix-6
...
v2.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| daedd1a876 | |||
|
|
8abb3789a1 |
@@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [2.0.0-alpha.11](https://github.com/morten-olsen/react-native-debug-console/compare/2.0.0-alpha.5...2.0.0-alpha.11) (2020-10-19)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package react-native-debug-console
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05)
|
# [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05)
|
||||||
|
|
||||||
**Note:** Version bump only for package react-native-debug-console
|
**Note:** Version bump only for package react-native-debug-console
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"version": "2.0.0-alpha.7"
|
"version": "2.0.0-alpha.11"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 2.0.0-alpha.11 (2020-10-19)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package react-native-debug-console-demo
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05)
|
# [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debug-console/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05)
|
||||||
|
|
||||||
**Note:** Version bump only for package react-native-debug-console-demo
|
**Note:** Version bump only for package react-native-debug-console-demo
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-debug-console-demo",
|
"name": "react-native-debug-console-demo",
|
||||||
"version": "2.0.0-alpha.7",
|
"version": "2.0.0-alpha.11",
|
||||||
"main": "./Entry.js",
|
"main": "./Entry.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "expo start",
|
"start": "expo start",
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"react": "16.8.3",
|
"react": "16.8.3",
|
||||||
"react-dom": "^16.8.6",
|
"react-dom": "^16.8.6",
|
||||||
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
|
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
|
||||||
"react-native-debug-console": "^2.0.0-alpha.7",
|
"react-native-debug-console": "^2.0.0-alpha.11",
|
||||||
"react-native-web": "0.11.4"
|
"react-native-web": "0.11.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
|
||||||
version: v1.14.1
|
|
||||||
ignore: {}
|
|
||||||
# patches apply the minimum changes required to fix a vulnerability
|
|
||||||
patch:
|
|
||||||
SNYK-JS-LODASH-567746:
|
|
||||||
- styled-components > @babel/traverse > lodash:
|
|
||||||
patched: '2020-04-30T22:47:36.693Z'
|
|
||||||
- styled-components > babel-plugin-styled-components > lodash:
|
|
||||||
patched: '2020-04-30T22:47:36.693Z'
|
|
||||||
- styled-components > @babel/traverse > @babel/generator > lodash:
|
|
||||||
patched: '2020-04-30T22:47:36.693Z'
|
|
||||||
- styled-components > babel-plugin-styled-components > @babel/helper-annotate-as-pure > @babel/types > lodash:
|
|
||||||
patched: '2020-04-30T22:47:36.693Z'
|
|
||||||
- styled-components > @babel/traverse > @babel/helper-split-export-declaration > @babel/types > lodash:
|
|
||||||
patched: '2020-04-30T22:47:36.693Z'
|
|
||||||
- styled-components > @babel/traverse > @babel/helper-function-name > @babel/template > @babel/types > lodash:
|
|
||||||
patched: '2020-04-30T22:47:36.693Z'
|
|
||||||
@@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 2.0.0-alpha.11 (2020-10-19)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package react-native-debug-console
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05)
|
# [2.0.0-alpha.7](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2019-07-05)
|
||||||
|
|
||||||
**Note:** Version bump only for package react-native-debug-console
|
**Note:** Version bump only for package react-native-debug-console
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-debug-console",
|
"name": "react-native-debug-console",
|
||||||
"version": "2.0.0-alpha.9",
|
"version": "2.0.0-alpha.11",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"react-native": "lib/native.js",
|
"react-native": "lib/native.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -9,20 +9,17 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"bundle": "babel --copy-files --extensions '.ts,.tsx,.js' -d lib src",
|
"bundle": "babel --copy-files --extensions '.ts,.tsx,.js' -d lib src",
|
||||||
"prepublish": "npm run snyk-protect && yarn run bundle",
|
"prepublish": "yarn run bundle"
|
||||||
"snyk-protect": "snyk protect"
|
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react-native-json-tree": "^1.2.0",
|
"react-native-json-tree": "^1.2.0",
|
||||||
"styled-components": "^5.0.0-beta.8",
|
"styled-components": "^5.0.0-beta.8"
|
||||||
"snyk": "^1.316.1"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"prop-types": "^15.6.0",
|
"prop-types": "^15.6.0",
|
||||||
"react": "^16.8.3",
|
"react": "^16.8.3",
|
||||||
"react-native": "^0.59.8",
|
"react-native": "^0.59.8",
|
||||||
"react-native-webview": "^6.9.0"
|
"react-native-webview": "^6.9.0"
|
||||||
},
|
}
|
||||||
"snyk": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class Events {
|
|||||||
}
|
}
|
||||||
|
|
||||||
unlisten(fn) {
|
unlisten(fn) {
|
||||||
this.listeners = this.listeners(l => l !== fn);
|
this.listeners = this.listeners.filter(l => l !== fn);
|
||||||
}
|
}
|
||||||
|
|
||||||
publish(type, data) {
|
publish(type, data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user