Socket
Socket
Sign inDemoInstall

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
12
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressen/tallahassee - npm Package Compare versions

Comparing version 14.10.2 to 14.10.3

2

lib/Element.js

@@ -73,3 +73,3 @@ "use strict";

get id() {
return this.getAttribute("id");
return this.getAttribute("id") || "";
}

@@ -76,0 +76,0 @@ set id(value) {

@@ -185,3 +185,3 @@ "use strict";

if (isNaN(value)) return false;
return !!(value % compare);
return !!((value / compare) % 1);
}

@@ -188,0 +188,0 @@ }

{
"name": "@expressen/tallahassee",
"version": "14.10.2",
"version": "14.10.3",
"description": "Lightweight client testing framework",

@@ -5,0 +5,0 @@ "main": "index.js",

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