@liskhq/lisk-constants
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@liskhq/lisk-constants", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "General constants for use with Lisk-related software", | ||
@@ -11,9 +11,9 @@ "author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>", | ||
], | ||
"homepage": "https://github.com/LiskHQ/lisk-elements/tree/master/packages/lisk-constants#readme", | ||
"homepage": "https://github.com/LiskHQ/lisk-sdk/tree/master/elements/lisk-constants#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/LiskHQ/lisk-elements.git" | ||
"url": "git+https://github.com/LiskHQ/lisk-sdk.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/LiskHQ/lisk-elements/issues" | ||
"url": "https://github.com/LiskHQ/lisk-sdk/issues" | ||
}, | ||
@@ -33,3 +33,3 @@ "engines": { | ||
"clean": "./scripts/clean.sh", | ||
"format": "prettier --write \"*.{ts,js,json}\" \"{src,test}/**/*.{ts,js,json}\"", | ||
"format": "prettier --write '**/*'", | ||
"lint": "tslint --format verbose --project .", | ||
@@ -62,31 +62,26 @@ "lint:fix": "npm run lint -- --fix", | ||
"dependencies": { | ||
"@types/node": "10.10.1" | ||
"@types/node": "10.12.21" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "4.1.5", | ||
"@types/chai": "4.1.7", | ||
"@types/expect": "1.20.3", | ||
"@types/jquery": "3.3.9", | ||
"@types/jquery": "3.3.29", | ||
"@types/mocha": "5.2.5", | ||
"browserify": "16.2.2", | ||
"chai": "4.1.2", | ||
"cypress": "3.1.0", | ||
"eslint": "5.5.0", | ||
"eslint-config-airbnb-base": "13.1.0", | ||
"eslint-config-lisk-base": "1.0.0", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-mocha": "5.2.0", | ||
"browserify": "16.2.3", | ||
"chai": "4.2.0", | ||
"cypress": "3.1.5", | ||
"http-server": "0.11.1", | ||
"mocha": "5.2.0", | ||
"nyc": "13.0.1", | ||
"prettier": "1.14.2", | ||
"source-map-support": "0.5.9", | ||
"ts-node": "7.0.1", | ||
"tsconfig-paths": "3.6.0", | ||
"tslint": "5.11.0", | ||
"tslint-config-prettier": "1.15.0", | ||
"tslint-immutable": "4.7.0", | ||
"typescript": "3.0.3", | ||
"nyc": "14.1.1", | ||
"prettier": "1.16.4", | ||
"source-map-support": "0.5.10", | ||
"ts-node": "8.0.2", | ||
"tsconfig-paths": "3.8.0", | ||
"tslint": "5.12.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-immutable": "5.1.2", | ||
"typescript": "3.3.1", | ||
"uglify-es": "3.3.9", | ||
"wait-on": "3.0.1" | ||
"wait-on": "3.2.0" | ||
} | ||
} |
@@ -19,5 +19,5 @@ # lisk-constants | ||
You should have received a copy of the [GNU General Public License](https://github.com/LiskHQ/lisk-elements/tree/master/LICENSE) along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
You should have received a copy of the [GNU General Public License](https://github.com/LiskHQ/lisk-elements/tree/master/LICENSE) along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*** | ||
--- | ||
@@ -36,4 +36,3 @@ This program also incorporates work previously released with lisk-js `v0.5.2` (and earlier) versions under the [MIT License](https://opensource.org/licenses/MIT). To comply with the requirements of that license, the following permission notice, applicable to those parts of the code only, is included below: | ||
[Lisk Core GitHub]: https://github.com/LiskHQ/lisk | ||
[Lisk documentation site]: https://lisk.io/documentation/lisk-elements | ||
[lisk core github]: https://github.com/LiskHQ/lisk | ||
[lisk documentation site]: https://lisk.io/documentation/lisk-elements |
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
No website
QualityPackage does not have a website.
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
20
46190
2
37
+ Added@types/node@10.12.21(transitive)
- Removed@types/node@10.10.1(transitive)
Updated@types/node@10.12.21