rect-scaler
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "rect-scaler", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Find largest rectangle and square sizes when fitting them into a container", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
"test": "mocha test" | ||
"build": "tsc", | ||
"test": "jest" | ||
}, | ||
@@ -13,5 +18,7 @@ "author": "Fil Zembowicz <fil@filosophy.org>", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"mocha": "^5.0.5" | ||
"@types/jest": "^27.4.0", | ||
"jest": "^27.5.1", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.5" | ||
} | ||
} |
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
8502
4
5
103
1