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

jongseong

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jongseong - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

readme.md

6

dist/index.js

@@ -96,3 +96,3 @@ 'use strict';

// _codeForEnglishInitial : string -> JongseongCode
// _codeForEnglishInitial :: string -> JongseongCode
// Given an English letter, returns its jongseong code.

@@ -114,3 +114,3 @@ // Assume e is a single-letter English string.

// code : string -> JongseongCode
// code :: string -> JongseongCode
// Computes the jongseong code of a given string.

@@ -157,3 +157,3 @@ // If there isn't any recognizable letter in word, returns 0 (no jongseong).

// hasJongseong : string -> boolean
// hasJongseong :: string -> boolean
// Does the last letter of a given word have a jongseong?

@@ -160,0 +160,0 @@ var hasJongseong = function hasJongseong(w) {

@@ -152,3 +152,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

// _codeForEnglishInitial : string -> JongseongCode
// _codeForEnglishInitial :: string -> JongseongCode
// Given an English letter, returns its jongseong code.

@@ -170,3 +170,3 @@ // Assume e is a single-letter English string.

// code : string -> JongseongCode
// code :: string -> JongseongCode
// Computes the jongseong code of a given string.

@@ -213,3 +213,3 @@ // If there isn't any recognizable letter in word, returns 0 (no jongseong).

// hasJongseong : string -> boolean
// hasJongseong :: string -> boolean
// Does the last letter of a given word have a jongseong?

@@ -216,0 +216,0 @@ var hasJongseong = function hasJongseong(w) {

{
"name": "jongseong",
"version": "0.1.0",
"version": "0.2.0",
"description": "Hangul jongseong checker",
"main": "dist/index.js",
"scripts": {
"commit": "git-cz",
"test": "cross-env NODE_ENV=test nyc mocha src/index.test.js",

@@ -15,3 +16,4 @@ "report-coverage": "cat ./coverage/lcov.info | codecov",

"lint": "standard src/**/*.js",
"validate": "npm-run-all --parallel lint test build"
"validate": "npm-run-all --parallel lint test build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},

@@ -31,7 +33,12 @@ "author": "Kim Donghee <kimdhoe1@gmail.com>",

"codecov": "^1.0.1",
"commitizen": "^2.9.5",
"cross-env": "^3.1.4",
"cz-conventional-changelog": "^1.2.0",
"ghooks": "^2.0.0",
"mocha": "^3.2.0",
"npm-run-all": "^4.0.1",
"nyc": "^10.1.2",
"semantic-release": "^6.3.2",
"standard": "^8.6.0",
"validate-commit-msg": "^2.10.1",
"webpack": "^1.14.0"

@@ -70,3 +77,16 @@ },

]
},
"repository": {
"type": "git",
"url": "https://github.com/kimdhoe/jongseong.git"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run validate",
"commit-msg": "validate-commit-msg"
}
}
}
}

Sorry, the diff of this file is not supported yet

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