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

locate-character

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locate-character - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

dist/types/index.d.ts

4

CHANGELOG.md
# locate-character changelog
## 2.0.4
* Fix typings
## 2.0.2-3

@@ -4,0 +8,0 @@

10

package.json
{
"name": "locate-character",
"version": "2.0.3",
"version": "2.0.4",
"description": "Get the line and column number of a specific character in a string",

@@ -11,8 +11,8 @@ "main": "dist/locate-character.umd.js",

"pretest": "npm run build",
"build": "rollup -c",
"build": "rollup -c && tsc",
"prepublish": "npm test"
},
"files": [
"dist",
"types.d.ts",
"dist/*.js",
"dist/**/*.d.ts",
"README.md"

@@ -44,3 +44,3 @@ ],

},
"types": "./types.d.ts"
"types": "./dist/types/index.d.ts"
}
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