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

leaflet-distortableimage

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-distortableimage - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

2

package.json
{
"name": "leaflet-distortableimage",
"version": "0.11.0",
"version": "0.11.1",
"description": "Leaflet plugin enabling image overlays to be distorted, stretched, and warped (built for Public Lab's MapKnitter: http://publiclab.org).",

@@ -5,0 +5,0 @@ "scripts": {

@@ -277,3 +277,3 @@ L.DistortableImage = L.DistortableImage || {};

if (data.status === 'complete') {
clearInterval(this.updateInterval);
clearInterval(self.updateInterval);
resolve();

@@ -280,0 +280,0 @@ if (data.jpg !== null) {

Sorry, the diff of this file is too big to display

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