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

@broofa/stringlang

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@broofa/stringlang - npm Package Compare versions

Comparing version 2.0.3 to 3.0.0

data/BLOCKS.js

7

index.js

@@ -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

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