Comparing version 1.0.6 to 2.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
Yes
5779
10
13
70
1