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

computus

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

computus - npm Package Compare versions

Comparing version 2.0.4 to 3.0.0

56

package.json
{
"name": "computus",
"version": "2.0.4",
"version": "3.0.0",
"description": "Compute easter day in the gregorian calendar",

@@ -24,38 +24,34 @@ "keywords": [

"exports": {
"require": "./dist/computus.cjs",
"default": "./dist/computus.modern.js"
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/computus.cjs",
"unpkg": "./dist/computus.umd.js",
"module": "./dist/computus.module.js",
"source": "src/main.ts",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"dependencies": {
"@js-temporal/polyfill": "^0.4.4"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@rhnorskov/eslint-config": "^2.0.0",
"@rhnorskov/prettier-config": "^1.1.2",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"turbo": "^2.1.3",
"vitest": "^2.1.1"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"build": "tsup src/index.ts --format cjs,esm --minify --dts",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint --fix .",
"prepare": "husky install",
"release": "npm run build && np",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest"
},
"devDependencies": {
"@rhnorskov/eslint-config": "^3.0.0",
"@rhnorskov/prettier-config": "^3.0.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.33",
"husky": "^8.0.1",
"jest": "^28.1.0",
"lint-staged": "^12.4.1",
"microbundle": "^0.15.0",
"np": "^7.6.1",
"ts-jest": "^28.0.2"
},
"engines": {
"node": ">=14.x",
"npm": ">=6.x"
"lint:check": "eslint .",
"release": "changeset publish",
"test": "vitest run",
"test:watch": "vitest",
"prerelease": "pnpm run lint:check && pnpm run format:check && pnpm run test && pnpm run build"
}
}
}
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