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

leaflet-draw-rotate

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-draw-rotate - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/leaflet-draw-rotate.js

2

package.json
{
"name": "leaflet-draw-rotate",
"description": "Add rotate functionality to the Leaflet.Draw plugin",
"version": "0.0.1",
"version": "0.0.2",
"license": "See LICENSE in LICENSE",

@@ -6,0 +6,0 @@ "author": "Daniel.Wild@csiro.au",

@@ -20,3 +20,4 @@ # leaflet-draw-rotate [![NPM version][npm-image]][npm-url] [![NPM Downloads][npm-downloads-image]][npm-url]

// import bindings for the geomtries you want to rotate
// import plugin, then rotate bindings for each required geomtry type
import 'leaflet-draw-rotate';
import '/path/to/dist/Edit.Rectangle.Rotate.js';

@@ -23,0 +24,0 @@

@@ -6,3 +6,3 @@ import babel from "rollup-plugin-babel";

{
input: "src/js/Edit.Rectangle.Rotate.js",
input: "src/js/leaflet-draw-rotate.js",
output: [

@@ -20,3 +20,3 @@ {

{
input: "src/js/L.Path.Transform.js",
input: "src/js/Edit.Rectangle.Rotate.js",
output: [

@@ -32,3 +32,3 @@ {

plugins: [babel({ exclude: "node_modules/**" })],
}
}
];
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