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

@applitools/dom-capture

Package Overview
Dependencies
Maintainers
12
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/dom-capture - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

dist/captureDom.js
var _captureDom = (function (exports) {
'use strict';
//const {URL} = require('url');
function absolutizeUrl(url, absoluteUrl) {

@@ -7,0 +5,0 @@ return new URL(url, absoluteUrl).href;

14

package.json
{
"name": "@applitools/dom-capture",
"version": "3.0.2",
"version": "3.0.3",
"main": "index.js",

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

"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},

@@ -24,8 +24,8 @@ "files": [

"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-plugin-mocha-no-only": "^0.0.6",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.7.0",
"eslint": "5.7.0",
"eslint-plugin-mocha-no-only": "1.0.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-prettier": "3.0.0",
"express": "^4.16.4",
"mocha": "^5.1.1",
"mocha": "5.2.0",
"prettier": "^1.14.3",

@@ -32,0 +32,0 @@ "puppeteer": "^1.9.0",

'use strict';
//const {URL} = require('url');

@@ -4,0 +3,0 @@ function absolutizeUrl(url, absoluteUrl) {

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