New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rect-scaler

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rect-scaler - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/index.d.ts

17

package.json
{
"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"
}
}
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