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

@marijn/find-cluster-break

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marijn/find-cluster-break - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.d.cts

19

package.json
{
"name": "@marijn/find-cluster-break",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Find the position of grapheme cluster breaks in a string",
"main": "src/index.js",
"exports": {
"import": "./src/index.js",
"require": "./dist/index.cjs"
},
"scripts": {
"test": "mocha test/*.js"
"test": "mocha test/*.js",
"prepare": "rollup -c"
},

@@ -14,3 +19,8 @@ "repository": {

},
"keywords": ["unicode", "grapheme", "cluster", "break"],
"keywords": [
"unicode",
"grapheme",
"cluster",
"break"
],
"author": "Marijn Haverbeke <marijn@haverbeke.berlin>",

@@ -23,4 +33,5 @@ "license": "MIT",

"devDependencies": {
"mocha": "^10.7.3"
"mocha": "^10.7.3",
"rollup": "^4.28.1"
}
}
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