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

mapscreatr

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapscreatr - npm Package Compare versions

Comparing version 0.7.4 to 0.7.5

2

dist/MapsCreatr.js

@@ -92,3 +92,3 @@ define(function() { return /******/ (function(modules) { // webpackBootstrap

this.right = this.left + (reference.width || objectMaker.getPrototypeOf(this.title).width);
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).heigh);
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).height);
// tslint:enable

@@ -95,0 +95,0 @@ if (reference.position) {

@@ -73,3 +73,3 @@ {

"types": "./src/index.d.ts",
"version": "0.7.4"
"version": "0.7.5"
}

@@ -23,3 +23,3 @@ define(["require", "exports"], function (require, exports) {

this.right = this.left + (reference.width || objectMaker.getPrototypeOf(this.title).width);
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).heigh);
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf(this.title).height);
// tslint:enable

@@ -26,0 +26,0 @@ if (reference.position) {

@@ -72,3 +72,3 @@ import { IObjectMakr } from "objectmakr";

this.right = this.left + (reference.width || objectMaker.getPrototypeOf<IPreThingSettings>(this.title).width!);
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf<IPreThingSettings>(this.title).heigh!);
this.bottom = this.top + (reference.height || objectMaker.getPrototypeOf<IPreThingSettings>(this.title).height!);
// tslint:enable

@@ -75,0 +75,0 @@

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