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

iztro

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iztro - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

12

CHANGELOG.md

@@ -10,2 +10,14 @@ # 紫微斗数

## v2.0.8
- 🛠️ 修复(fix)
🇨🇳
- 地支`丑`繁体错误
🇺🇸
- fix typo of Earthly Branch of Chou
## v2.0.7

@@ -12,0 +24,0 @@

2

lib/i18n/locales/ja-JP/earthlyBranch.d.ts
declare const _default: {
readonly ziEarthly: "子";
readonly chouEarthly: "醜";
readonly chouEarthly: "丑";
readonly yinEarthly: "寅";

@@ -5,0 +5,0 @@ readonly maoEarthly: "卯";

@@ -5,3 +5,3 @@ "use strict";

ziEarthly: '子',
chouEarthly: '醜',
chouEarthly: '丑',
yinEarthly: '寅',

@@ -8,0 +8,0 @@ maoEarthly: '卯',

@@ -160,3 +160,3 @@ declare const _default: {

ziEarthly: "子";
chouEarthly: "醜";
chouEarthly: "丑";
yinEarthly: "寅";

@@ -163,0 +163,0 @@ maoEarthly: "卯";

declare const _default: {
readonly ziEarthly: "子";
readonly chouEarthly: "醜";
readonly chouEarthly: "丑";
readonly yinEarthly: "寅";

@@ -5,0 +5,0 @@ readonly maoEarthly: "卯";

@@ -5,3 +5,3 @@ "use strict";

ziEarthly: '子',
chouEarthly: '醜',
chouEarthly: '丑',
yinEarthly: '寅',

@@ -8,0 +8,0 @@ maoEarthly: '卯',

@@ -160,3 +160,3 @@ declare const _default: {

ziEarthly: "子";
chouEarthly: "醜";
chouEarthly: "丑";
yinEarthly: "寅";

@@ -163,0 +163,0 @@ maoEarthly: "卯";

{
"name": "iztro",
"version": "2.0.7",
"version": "2.0.8",
"description": "轻量级紫微斗数星盘生成库。可以通过出生年月日获取到紫微斗数星盘信息、生肖、星座等信息。A lightweight kit to astrolabe generator of The Purple Star Astrology (Zi Wei Dou Shu). The Purple Star Astrology(Zi Wei Dou Shu) is a Chinese ancient astrology. You're able to get your horoscope and personality from the astrolabe",

@@ -11,3 +11,2 @@ "main": "lib/index.js",

"build": "tsc",
"rollup": "rollup -c --bundleConfigAsCjs",
"build:umd": "webpack",

@@ -14,0 +13,0 @@ "format": "prettier --write \"src/**/*.ts\"",

@@ -170,4 +170,4 @@ <div align="center">

Copyright &copy; 2023 Sylar Long
Copyright &copy; 2023 All Contributors
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSylarLong%2Fiztro.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FSylarLong%2Fiztro?ref=badge_large)

@@ -142,3 +142,3 @@ <div align="center">

// 獲取一張星盤數據
var astrolabe = iztro.asto.bySolar('2000-8-16', 2, '男', true, 'zh-CN');
var astrolabe = iztro.astro.bySolar('2000-8-16', 2, '男', true, 'zh-CN');
</script>

@@ -232,3 +232,3 @@ </body>

Copyright &copy; 2023 Sylar Long
Copyright &copy; 2023 All Contributors

@@ -235,0 +235,0 @@ > [!NOTE]

@@ -143,3 +143,3 @@ <div align="center">

// 获取一张星盘数据
var astrolabe = iztro.asto.bySolar('2000-8-16', 2, '男', true, 'zh-CN');
var astrolabe = iztro.astro.bySolar('2000-8-16', 2, '男', true, 'zh-CN');
</script>

@@ -233,3 +233,3 @@ </body>

Copyright &copy; 2023 Sylar Long
Copyright &copy; 2023 All Contributors

@@ -236,0 +236,0 @@ > [!NOTE]

Sorry, the diff of this file is too big to display

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