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

driver-browser

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

driver-browser - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

2

lib/index.js

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

} else if (this.tagNamePrefix) {
var tagNamePrefix = typeof this.tagNamePrefix === 'function' ? this.tagNamePrefix(component.type) : tagNamePrefix;
var tagNamePrefix = typeof this.tagNamePrefix === 'function' ? this.tagNamePrefix(component.type) : this.tagNamePrefix;
node = document.createElement(tagNamePrefix + component.type);

@@ -77,0 +77,0 @@ } else {

{
"name": "driver-browser",
"version": "0.6.6",
"version": "0.6.7",
"description": "Browser driver for Rax",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -83,3 +83,3 @@ /**

} else if (this.tagNamePrefix) {
let tagNamePrefix = typeof this.tagNamePrefix === 'function' ? this.tagNamePrefix(component.type) : tagNamePrefix;
let tagNamePrefix = typeof this.tagNamePrefix === 'function' ? this.tagNamePrefix(component.type) : this.tagNamePrefix;
node = document.createElement(tagNamePrefix + component.type);

@@ -86,0 +86,0 @@ } else {

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