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

biojs-util-area_selector

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biojs-util-area_selector - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "biojs-util-area_selector",
"description": "Component to select an area over a component",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "http://github.com/biojs/biojs2",

@@ -6,0 +6,0 @@ "repository": {

@@ -10,6 +10,6 @@

this.opt = input;
this.opt.resize_left= (input.resize_left) ? input.resize_left: true;
this.opt.resize_right= (input.resize_right) ? input.resize_right: true;
this.opt.resize_top= (input.resize_top) ? input.resize_top: true;
this.opt.resize_bottom= (input.resize_bottom)? input.resize_bottom: true;
this.opt.resize_left= (typeof input.resize_left!= "undefined") ? input.resize_left: true;
this.opt.resize_right= (typeof input.resize_right!= "undefined") ? input.resize_right: true;
this.opt.resize_top= (typeof input.resize_top!= "undefined") ? input.resize_top: true;
this.opt.resize_bottom= (typeof input.resize_bottom!= "undefined") ? input.resize_bottom: true;
$(function() {

@@ -16,0 +16,0 @@ self._draw();

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