🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ken-all

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ken-all - npm Package Compare versions

Comparing version
0.4.1
to
0.4.2
+4
-6
package.json
{
"name": "ken-all",
"version": "0.4.1",
"version": "0.4.2",
"description": "Ken All は、郵便番号で住所を検索できる npm パッケージです。",

@@ -11,3 +11,3 @@ "keywords": [

"engines": {
"node": ">=12.22.1",
"node": ">=12.22.2",
"yarn": ">=1.19.0"

@@ -53,2 +53,3 @@ },

"@types/mocha": "^7.0.1",
"@types/node": "^14.14.35",
"@types/power-assert": "^1.5.3",

@@ -68,8 +69,5 @@ "@typescript-eslint/eslint-plugin": "^4.18.0",

"standard-version": "^9.0.0",
"ts-node": "^8.4.1"
},
"dependencies": {
"@types/node": "^14.14.35",
"ts-node": "^8.4.1",
"typescript": "^4.2.3"
}
}
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.4.1](https://github.com/numb86/ken-all/compare/v0.4.0...v0.4.1) (2021-05-07)
### Bug Fixes
* 404 だけでなく 403 でも空の関数を返す ([#71](https://github.com/numb86/ken-all/issues/71)) ([3b52a5f](https://github.com/numb86/ken-all/commit/3b52a5f90bc82be58c4f78169a700ef400667d3a))
## [0.4.0](https://github.com/numb86/ken-all/compare/v0.3.0...v0.4.0) (2021-05-07)
### ⚠ BREAKING CHANGES
* esm 形式のみに対応し、umd 形式と cjs 形式は対応から外す (#70)
### Features
* esm 形式のみに対応し、umd 形式と cjs 形式は対応から外す ([#70](https://github.com/numb86/ken-all/issues/70)) ([88578d1](https://github.com/numb86/ken-all/commit/88578d1c3413c2a537b2dff6d805680f995bce71))
## [0.3.0](https://github.com/numb86/ken-all/compare/v0.2.3...v0.3.0) (2021-05-07)
### ⚠ BREAKING CHANGES
* ライブラリ側が fetch や Promise のポリフィルを用意するのを止める (#67)
### Features
* ライブラリ側が fetch や Promise のポリフィルを用意するのを止める ([#67](https://github.com/numb86/ken-all/issues/67)) ([e8e7c21](https://github.com/numb86/ken-all/commit/e8e7c2122a2774b04de8b5afa74fc1cc5c03b2a9))
### Bug Fixes
* cors を有効にする ([#69](https://github.com/numb86/ken-all/issues/69)) ([4dd930d](https://github.com/numb86/ken-all/commit/4dd930dbbdad224771e7376600ffc932d4c38f45))
### [0.2.3](https://github.com/numb86/ken-all/compare/v0.2.2...v0.2.3) (2021-03-21)
### Dependencies
* dependencies のバージョンアップを行う ([#60](https://github.com/numb86/ken-all/issues/60)) ([d2fc34a](https://github.com/numb86/ken-all/commit/d2fc34ac911adfa35b82be67bff00ae2d9cdb40b))
### [0.2.2](https://github.com/numb86/ken-all/compare/v0.2.1...v0.2.2) (2021-03-20)
### Bug Fixes
* global.Promise の上書きは必要な時のみ行う ([#58](https://github.com/numb86/ken-all/issues/58)) ([310d63e](https://github.com/numb86/ken-all/commit/310d63e6507e1deff3b7bb0d9f5d005050f54c8c))
### [0.2.1](https://github.com/numb86/ken-all/compare/v0.2.0...v0.2.1) (2020-02-21)
### Dependencies
* 依存パッケージのバージョンを上げる ([#25](https://github.com/numb86/ken-all/issues/25)) ([31458b8](https://github.com/numb86/ken-all/commit/31458b825a1a41bb1dd1f7e76f6df29fe151dd3a))
## [0.2.0](https://github.com/numb86/ken-all/compare/v0.1.2...v0.2.0) (2019-10-10)
### Features
* esmodules 形式と umd 形式に対応する ([#13](https://github.com/numb86/ken-all/issues/13)) ([1ac60cb](https://github.com/numb86/ken-all/commit/1ac60cb))
### [0.1.2](https://github.com/numb86/ken-all/compare/v0.1.1...v0.1.2) (2019-09-30)
### Dependencies
* 依存パッケージのバージョンを上げる ([#11](https://github.com/numb86/ken-all/issues/11)) ([e97f677](https://github.com/numb86/ken-all/commit/e97f677))
### [0.1.1](https://github.com/numb86/ken-all/compare/v0.1.0...v0.1.1) (2019-07-14)
### Dependencies
* 依存パッケージのバージョンを上げる ([#3](https://github.com/numb86/ken-all/issues/3)) ([dbe8879](https://github.com/numb86/ken-all/commit/dbe8879))
### 0.1.0 (2019-06-28)
* Release