marching-squares
Advanced tools
Comparing version 0.2.0 to 1.0.0
{ | ||
"name": "marching-squares", | ||
"version": "0.2.0", | ||
"description": "Outline a region in a two-dimensional grid using a marching squares algorithm", | ||
"main": "index.js", | ||
"repository": "https://github.com/scottglz/marching-squares", | ||
"description": "A TypeScript implementation of the marching squares algorithm featuring isoline and isoband computation.", | ||
"version": "1.0.0", | ||
"author": { | ||
"name": "James Beard", | ||
"email": "james@smallsaucepan.com", | ||
"url": "https://github.com/smallsaucepan" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Ronny Lorenz", | ||
"email": "ronny@tbi.univie.ac.at", | ||
"url": "https://github.com/RaumZeit" | ||
}, | ||
{ | ||
"name": "Stefano Borghi" | ||
}, | ||
{ | ||
"name": "Peter Kerpedjiev" | ||
} | ||
], | ||
"license": "AGPL-3.0", | ||
"type": "module", | ||
"sideEffects": false, | ||
"main": "./dist/cjs/index.cjs", | ||
"types": "./dist/cjs/index.d.cts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"agpl-3.0.txt", | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "tape test.js", | ||
"lint": "jshint index.js", | ||
"validate": "npm ls", | ||
"prepublish": "npm run lint && npm run validate && npm test" | ||
"build": "npx tsup && npx rollup -c", | ||
"test": "npx tsx ./test/test.ts" | ||
}, | ||
"author": "Scott Glazer", | ||
"license": "MIT", | ||
"homepage": "https://github.com/smallsaucepan/marching-squares", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/smallsaucepan/marching-squares.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/smallsaucepan/marching-squares/issues" | ||
}, | ||
"keywords": [ | ||
"marchingsquares", | ||
"marching", | ||
"squares", | ||
"isocontour", | ||
"isoband", | ||
"isoline", | ||
"topography", | ||
"elevation", | ||
"interpolation" | ||
], | ||
"devDependencies": { | ||
"jshint": "^2.9.1", | ||
"tape": "^4.4.0" | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^12.1.1", | ||
"@tsconfig/node18": "^18.2.4", | ||
"@types/tape": "^5.6.4", | ||
"load-json-file": "^7.0.1", | ||
"rollup": "^4.24.4", | ||
"tap-nirvana": "^1.1.0", | ||
"tape": "^4.17.0", | ||
"tsup": "^8.3.5", | ||
"tsx": "^4.19.2", | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.8.1" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
772921
12
9715
0
0
1
224
0
Yes
1
11
3
70
2
+ Addedtslib@^2.8.1
+ Addedtslib@2.8.1(transitive)