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

adjust-engine

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adjust-engine - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

5

History.md
2.0.3 / 2015-08-31
==================
* idempotent orientation
2.0.2 / 2015-08-31

@@ -3,0 +8,0 @@ ==================

2

index.js

@@ -46,3 +46,2 @@ /**

var target = options.target ? expr(options.target) : mirror(expr(options.attachment))
var orientation = assign({}, attachment);

@@ -53,2 +52,3 @@ return function adjust(attachment_position, target_position, viewport_position) {

var width = attachment_position.width || attachment_position.right - attachment_position.left
var orientation = assign({}, attachment);

@@ -55,0 +55,0 @@ // calculate the target height and width

{
"name": "adjust-engine",
"version": "2.0.2",
"version": "2.0.3",
"description": "adjust an element relative to another element",

@@ -5,0 +5,0 @@ "keywords": [

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