Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bin-packing-core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-packing-core - npm Package Compare versions

Comparing version 0.1.7 to 0.2.0-beta01

esm/genetic.d.ts

14

package.json
{
"name": "bin-packing-core",
"version": "0.1.7",
"version": "0.2.0-beta01",
"description": "image packer based on genetic & max-rect algorithm",
"main": "lib/index.js",
"esm": "esm/index.js",
"files": [
"lib",
"esm"
],
"scripts": {
"dev": "tsc -p ./tsconfig.json --watch ",
"test": "mocha -r ts-node/register test/**/**.ts",
"build": "tsc -p ./tsconfig.json -d",
"build": "npm run build:es5 && npm run build:es6",
"build:es5": "tsc -p ./tsconfig.json -d",
"build:es6": "tsc -p ./tsconfig.esm.json -d",
"lint": "tslint --project ./tsconfig.json",

@@ -24,4 +31,3 @@ "lint:fix": "tslint --fix --project ./tsconfig.json",

"homepage": "https://github.com/ant-tinyjs/bin-packing-core#readme",
"dependencies": {
},
"dependencies": {},
"devDependencies": {

@@ -28,0 +34,0 @@ "@types/chai": "^4.1.3",

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