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

polylabel

Package Overview
Dependencies
Maintainers
15
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polylabel - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

package.json
{
"name": "polylabel",
"version": "1.0.4",
"version": "1.0.5",
"description": "A JS library for finding optimal label position inside a polygon",

@@ -13,2 +13,6 @@ "main": "polylabel.js",

"license": "ISC",
"files": [
"include",
"polylabel.js"
],
"devDependencies": {

@@ -15,0 +19,0 @@ "eslint": "^7.0.0",

@@ -5,2 +5,4 @@ 'use strict';

if (Queue.default) Queue = Queue.default; // temporary webpack fix
module.exports = polylabel;

@@ -7,0 +9,0 @@ module.exports.default = polylabel;

.gitmodules
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