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

computus

Package Overview
Dependencies
Maintainers
1
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 1.0.6 to 2.0.0

.eslintrc.json

55

package.json
{
"name": "computus",
"version": "1.0.6",
"version": "2.0.0",
"description": "Compute easter day in the gregorian and julian calendar",

@@ -23,29 +23,36 @@ "keywords": [

"author": "Rasmus Nørskov",
"main": "dist/index.js",
"module": "dist/computus.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"exports": {
"require": "./dist/computus.cjs",
"default": "./dist/computus.modern.js"
},
"main": "./dist/computus.cjs",
"unpkg": "./dist/computus.umd.js",
"module": "./dist/computus.module.js",
"source": "src/main.ts",
"types": "dist/computus.d.ts",
"scripts": {
"build": "tsdx build",
"lint": "tsdx lint",
"prepare": "tsdx build",
"release": "np --no-publish",
"start": "tsdx watch",
"test": "tsdx test"
"build": "microbundle",
"dev": "microbundle watch",
"format": "prettier --write .",
"lint": "eslint --fix .",
"prepare": "husky install",
"release": "np",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
"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"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"husky": "^6.0.0",
"np": "^7.5.0",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
"engines": {
"node": ">=14.0.0"
}
}

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