Socket
Socket
Sign inDemoInstall

lines-and-columns

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8 to 1.1.9

build/index.cjs

1

build/index.d.ts

@@ -13,1 +13,2 @@ export declare type SourceLocation = {

}
export default LinesAndColumns;

11

package.json
{
"name": "lines-and-columns",
"version": "1.1.8",
"version": "1.1.9",
"description": "Maps lines and columns to character offsets and back.",

@@ -21,3 +21,7 @@ "keywords": [

"type": "module",
"exports": "./build/index.js",
"main": "./build/index.cjs",
"exports": {
"import": "./build/index.mjs",
"require": "./build/index.cjs"
},
"types": "./build/index.d.ts",

@@ -28,8 +32,5 @@ "files": [

"scripts": {
"prebuild": "rm -rf build",
"build": "tsc --build tsconfig.build.json",
"build:watch": "tsc --build tsconfig.build.json --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "npm run lint && npm run build",
"test": "is-ci test:coverage test:watch",

@@ -36,0 +37,0 @@ "test:coverage": "jest --coverage",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc