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

alphabetify

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphabetify - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

test.mjs

5

package.json
{
"name": "alphabetify",
"version": "0.1.6",
"version": "0.1.7",
"description": "Learn a new alphabet by reading a good text in your native alphabet with more and more foreign letters.",

@@ -24,3 +24,4 @@ "author": "David Pomerenke",

"preprocess": "node --experimental-modules alphabets/preprocess.mjs",
"postinstall": "npm run preprocess"
"postinstall": "npm run preprocess",
"test": "node --experimental-modules test.mjs"
},

@@ -27,0 +28,0 @@ "devDependencies": {

18

readme.md
# Alphabetify
[![NPM version](https://img.shields.io/npm/v/alphabetify.svg)](https://www.npmjs.com/package/alphabetify)
[![Node CI](https://github.com/davidpomerenke/alphabetify/workflows/Node%20CI/badge.svg)](https://github.com/davidpomerenke/alphabetify/actions?query=workflow%3A%22Node+CI%22)
[![Gitter](https://badges.gitter.im/alphabetify/community.svg)](https://gitter.im/alphabetify/alphabetify)

@@ -19,3 +21,3 @@

```javascript
import { alphabetify } from '@davidpomerenke/alphabetify'
import { alphabetify } from 'alphabetify'

@@ -45,9 +47,9 @@ const text =

| Code | Alphabet | Quality |
|------------|-------------------|--------------------------------|
| `cyrl-ru` | Russian | :star::star::star: |
| `grek-el` | Modern Greek | :star::star::star::star: |
| `grek-grc` | Ancient Greek | :star::star::star::star::star: |
| `hira` | Japanese Hiragana | :star::star: |
| `kana` | Japanese Katakana | :star::star: |
| Code | Alphabet | Quality |
|------------|-------------------|--------------------------|
| `cyrl-ru` | Russian | :star::star: |
| `grek-el` | Modern Greek | :star::star::star: |
| `grek-grc` | Ancient Greek | :star::star::star::star: |
| `hira` | Japanese Hiragana | :star: |
| `kana` | Japanese Katakana | :star: |

@@ -54,0 +56,0 @@ **`lang`** *optional*

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