New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

char-props

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

char-props - npm Package Compare versions

Comparing version

to
0.1.2

13

package.json
{
"name": "char-props",
"description": "Retrieve line and column of a character at a given index.",
"version": "0.1.1",
"description": "Utility for looking up line and column of a character at a given index and vice versa",
"version": "0.1.2",
"homepage": "https://github.com/twolfson/char-props",

@@ -35,3 +35,10 @@ "author": {

},
"keywords": []
"keywords": [
"character",
"lookup",
"line",
"row",
"column",
"index"
]
}
# char-props
Retrieve line and column of a character at a given index.
Utility for looking up line and column of a character at a given index and vice versa.

@@ -5,0 +5,0 @@ ## Getting Started