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.8 to 0.1.9

index.test.mjs

7

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

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

"postinstall": "npm run preprocess",
"test": "node --experimental-modules test.mjs"
"test": "node --experimental-modules index.test.mjs",
"coverage": "c8 --reporter=text-lcov npm test > coverage.lcov"
},

@@ -34,2 +35,4 @@ "devDependencies": {

"babel-polyfill": "^6.26.0",
"c8": "^6.0.1",
"codecov": "^3.6.1",
"webpack": "^4.41.2",

@@ -36,0 +39,0 @@ "webpack-cli": "^3.3.10"

@@ -5,2 +5,3 @@ # 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)
[![codecov](https://codecov.io/gh/davidpomerenke/alphabetify/branch/master/graph/badge.svg)](https://codecov.io/gh/davidpomerenke/alphabetify)
[![Gitter](https://badges.gitter.im/alphabetify/community.svg)](https://gitter.im/alphabetify/alphabetify)

@@ -134,2 +135,2 @@

- It is aimed to achieve a balance between keeping the rule set small, and introducing special phonetics-related concepts in a sufficiently accurate way.
- It is aimed to achieve a balance between keeping the rule set small, and introducing special phonetics-related concepts in a sufficiently accurate way.

Sorry, the diff of this file is not supported yet

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