Socket
Socket
Sign inDemoInstall

date-chinese

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

lib/vsop87Bearth.cjs

23

package.json
{
"name": "date-chinese",
"version": "2.1.2",
"version": "2.1.3",
"description": "Chinese Calendar",

@@ -50,2 +50,3 @@ "keywords": [

"build": "rollup -c",
"postbuild": "node scripts/postbuild.cjs",
"clean": "rimraf lib coverage .nyc_output",

@@ -67,18 +68,18 @@ "clean:all": "npm-run-all clean clean:node_modules",

"dependencies": {
"astronomia": "^4.0.0"
"astronomia": "^4.0.1"
},
"devDependencies": {
"c8": "^7.7.2",
"dtslint": "^4.0.9",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.3",
"c8": "^7.8.0",
"dtslint": "^4.1.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.4.0",
"mocha": "^9.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.48.0",
"typescript": "^4.2.4"
"rollup": "^2.56.1",
"typescript": "^4.3.5"
},

@@ -85,0 +86,0 @@ "engines": {

@@ -7,5 +7,5 @@ /**

import { base, solstice, solar, moonphase, planetposition, julian } from 'astronomia'
import dataEarth from 'astronomia/data/vsop87Bearth'
import { vsop87Bearth } from './vsop87Bearth.js'
const earth = new planetposition.Planet(dataEarth)
const earth = new planetposition.Planet(vsop87Bearth)
const lunarOffset = moonphase.meanLunarMonth / 2

@@ -12,0 +12,0 @@ const p = 180 / Math.PI

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc