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

moon-time

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moon-time - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

moon-time.js

3

package.json
{
"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({

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