Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "moon-time", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "moon-time is a component that converts the solar calendar to the lunar calendar (Chinese lunar calendar), it is very simple to use。", | ||
"main": "calculate.js", | ||
"repository": "https://github.com/17562105692/moon-time.git", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -23,3 +23,12 @@ # moon-time | ||
let moonTime = require('calculate') | ||
/*** | ||
* The previous version used:let moonTime = require('calculate'); | ||
* In order to unify the naming, it is now changed to "moon-time", the previous "calculate" naming is still available, but subsequent updates will occur at "moon-time", it is recommended to use "moon-time" | ||
*/ | ||
let moonTime = require('moon-time') | ||
/*** | ||
* import moonTime from 'moon-time' | ||
*/ | ||
@@ -26,0 +35,0 @@ let moonTimes = moonTime({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
23304
4
558
59