Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typed-path

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-path - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

package.json
{
"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",

6

README.md

@@ -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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc