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

expect-maptalks

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expect-maptalks - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

index.js

@@ -162,6 +162,7 @@ 'use strict';

}
var colorMsg = color ? ', with color [' + color.join() + ']' : '';
this.assert(
expectation
, function () { return 'expected layer to be painted in center with offset (' + dx + ',' + dy + ') '; }
, function () { return 'expected layer not to be painted in center with offset (' + dx + ',' + dy + ') '; }
, function () { return 'expected layer to be painted in center with offset (' + dx + ',' + dy + ')' + colorMsg; }
, function () { return 'expected layer not to be painted in center with offset (' + dx + ',' + dy + ')' + colorMsg; }
, null);

@@ -168,0 +169,0 @@ return this;

2

package.json
{
"name": "expect-maptalks",
"version": "0.2.2",
"version": "0.2.3",
"description": "A plugin of expect.js(https://github.com/Automattic/expect.js) for maptalks with assertions for Coordinate/GeoJSON/Layer",

@@ -5,0 +5,0 @@ "license": "MIT",

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