@broofa/stringlang
Advanced tools
Comparing version 2.0.3 to 3.0.0
@@ -1,3 +0,4 @@ | ||
export {default as BLOCKS} from './data/blocks.js'; | ||
export {default as unicodeBlock} from './unicodeBlock.js'; | ||
export {default as unicodeBlockCount} from './unicodeBlockCount.js'; | ||
export { default as BLOCKS } from './data/BLOCKS.js'; | ||
export { default as unicodeBlock } from './src/unicodeBlock.js'; | ||
export { default as unicodeBlockCount } from './src/unicodeBlockCount.js'; | ||
{ | ||
"name": "@broofa/stringlang", | ||
"version": "2.0.3", | ||
"description": "Count the characters in a string by unicode block", | ||
"version": "3.0.0", | ||
"description": "Utility functions for analyzing strings by Unicode block", | ||
"funding": [ | ||
"https://github.com/sponsors/broofa" | ||
], | ||
"main": "index.js", | ||
"type": "module", | ||
"main": "./index.js", | ||
"exports": { | ||
".": "./index.js" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"getUnicodBlock.js", | ||
"getUnicodBlock.js" | ||
"data/*", | ||
"src/*" | ||
], | ||
@@ -19,9 +22,9 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "node scripts/build.js > data/blocks.js", | ||
"test": "node test", | ||
"prepare": "npm test" | ||
"build": "./scripts/build.js > data/BLOCKS.js", | ||
"test": "node test/test", | ||
"prepare": "npm run build && npm test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/broofa/BroofaJS/tree/master/stringlang" | ||
"url": "https://github.com/broofa/stringlang" | ||
}, | ||
@@ -28,0 +31,0 @@ "keywords": [ |
# stringlang | ||
Data and utilities for identifying characters by unicode block | ||
Utility functions for analyzing strings by Unicode block | ||
@@ -5,0 +5,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
15609
6
366