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

phosphor-boxengine

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phosphor-boxengine - npm Package Compare versions

Comparing version 0.9.4 to 1.0.0

2

package.json
{
"name": "phosphor-boxengine",
"version": "0.9.4",
"version": "1.0.0",
"description": "A low-level box layout algorithm.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -95,4 +95,7 @@ phosphor-boxengine

```typescript
import { BoxSizer, boxCalc } from 'phosphor-boxengine';
import {
BoxSizer, boxCalc
} from 'phosphor-boxengine';
// Setup a simple 3-column arrangement. Normally done via static HTML

@@ -99,0 +102,0 @@ // or some form of DOM generation library. Kept simple for this example.

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