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.0 to 0.9.1

lib/index.d.ts

0

lib/index.js

@@ -0,0 +0,0 @@ /*-----------------------------------------------------------------------------

16

package.json
{
"name": "phosphor-boxengine",
"version": "0.9.0",
"version": "0.9.1",
"description": "A low-level box layout algorithm.",
"main": "lib/index.js",
"typescript": {
"definition": "lib/phosphor-boxengine.d.ts"
},
"typings": "lib/index.d.ts",
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.4",
"dts-generator": "^1.5.0",
"expect.js": "^0.3.1",

@@ -18,3 +15,3 @@ "istanbul": "^0.3.19",

"typedoc": "^0.3.8",
"typescript": "^1.5.3"
"typescript": "1.6.0-beta"
},

@@ -24,9 +21,8 @@ "scripts": {

"build:src": "tsc --project src",
"build:dts": "node scripts/dtsbundle.js",
"build:test": "tsc --project test/src",
"build": "npm run build:src && npm run build:dts && npm run build:test",
"build": "npm run build:src && npm run build:test",
"docs": "rimraf docs/api && typedoc --options scripts/tdoptions.json",
"prepublish": "npm run build",
"test": "mocha test/build/index.js",
"test:coverage": "istanbul cover --dir test/coverage _mocha -- test/build/index.js"
"test:coverage": "istanbul cover --dir test/coverage node_modules/mocha/bin/_mocha -- test/build/index.js"
},

@@ -39,3 +35,3 @@ "repository": {

"lib/index.js",
"lib/phosphor-boxengine.d.ts"
"lib/index.d.ts"
],

@@ -42,0 +38,0 @@ "keywords": [

@@ -77,2 +77,13 @@ phosphor-boxengine

Bundle for the Browser
----------------------
Follow the package install instructions first.
```bash
npm install --save-dev browserify browserify-css
browserify myapp.js -t browserify-css -o mybundle.js
```
Usage Examples

@@ -79,0 +90,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