New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lunardate

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lunardate - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

1

dist/index.js

@@ -7,2 +7,3 @@ "use strict";

__export(require("./lib/conver-solar-lunar"));
__export(require("./lib/sun-longitude"));
//# sourceMappingURL=index.js.map

@@ -18,2 +18,4 @@ declare module "lunardate" {

export function convertSolar2Lunar(day : number, month : number, year : number, timeZone : number) : LunarDate;
export function getSunLongitude(dayNumber: number, timeZone: number): number;
export function sunLongitude(jdn: number);
}

2

package.json
{
"name": "lunardate",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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