typed-path
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "typed-path", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Type safe object string paths for typescript.", | ||
@@ -13,2 +13,11 @@ "main": "index.js", | ||
"dependencies": {}, | ||
"keywords": [ | ||
"lodash", | ||
"underscore", | ||
"typescript", | ||
"path", | ||
"types", | ||
"type", | ||
"string" | ||
], | ||
"files": [ | ||
@@ -15,0 +24,0 @@ "LICENSE", |
@@ -7,3 +7,3 @@ # Typed Path | ||
Types are lost when string pathes are used in typescript. | ||
Types are lost when string paths are used in typescript. | ||
I.e. `_.get, _.map, _.set, R.pluck` from libraries like [lodash](https://lodash.com), [ramda](http://ramdajs.com/). | ||
@@ -20,3 +20,3 @@ It makes those methods dangerous in case of refactoring, the same as JavaScript. | ||
With `typed-path` typescript can check pathes and warns you about errors. | ||
With `typed-path` typescript can check paths and warns you about errors. | ||
@@ -34,2 +34,2 @@ ![](http://res.cloudinary.com/daren64mz/image/upload/v1487457505/tp-refactoring_p4byr3.gif) | ||
Copyright (c) 2017 Oleksandr Beshchuk <[bs.alex.mail@gmail.com](mailto:bs.alex.mail@gmail.com)> | ||
Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0). | ||
Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0). |
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
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
5530
33