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

mapscreenr

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapscreenr - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

8

lib/MapScreenr.d.ts

@@ -1,2 +0,2 @@

import { IMapScreenrSettings, IVariableFunctions, IVariables } from "./types";
import { MapScreenrSettings, VariableFunctions, Variables } from "./types";
/**

@@ -9,3 +9,3 @@ * Flexible container for map attributes and viewport.

*/
readonly variableFunctions: IVariableFunctions;
readonly variableFunctions: VariableFunctions;
/**

@@ -46,3 +46,3 @@ * Top border measurement of the bounding box.

*/
readonly variables: IVariables;
readonly variables: Variables;
/**

@@ -53,3 +53,3 @@ * Initializes a new instance of the MapScreenr class.

*/
constructor(settings: IMapScreenrSettings);
constructor(settings: MapScreenrSettings);
/**

@@ -56,0 +56,0 @@ * Completely clears the MapScreenr for use in a new Area. Positioning is

/**
* functions to compute new variable values, keyed by their variable's names.
*/
export interface IVariableFunctions {
export interface VariableFunctions {
[i: string]: () => any;

@@ -10,3 +10,3 @@ }

*/
export interface IVariables {
export interface Variables {
[i: string]: any;

@@ -17,3 +17,3 @@ }

*/
export interface IMapScreenrSettings {
export interface MapScreenrSettings {
/**

@@ -31,8 +31,8 @@ * How wide the MapScreenr should be.

*/
variableFunctions?: IVariableFunctions;
variableFunctions?: VariableFunctions;
/**
* Assorted known variables, keyed by name.
*/
variables?: IVariables;
variables?: Variables;
}
//# sourceMappingURL=types.d.ts.map

@@ -12,3 +12,3 @@ {

"devDependencies": {
"shenanigans-manager": "^0.8.0"
"shenanigans-manager": "^0.8.1"
},

@@ -35,3 +35,3 @@ "license": "MIT",

"types": "./lib/index.d.ts",
"version": "0.8.0"
"version": "0.8.1"
}

@@ -0,0 +0,0 @@ <!-- Top -->

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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