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

@applitools/dom-snapshot

Package Overview
Dependencies
Maintainers
21
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/dom-snapshot - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

dist/processPageAndSerializeCjs.js

5

CHANGELOG.md

@@ -7,2 +7,7 @@

## 4.0.4 - 2020/8/9
- move to private repo
- add dist script: processPageAndSerializeCjs
## 4.0.3 - 2020/8/6

@@ -9,0 +14,0 @@

6

index.js
'use strict';
const makeGetScript = require('./src/getScript');
const makeExtractResourcesFromSvg = require('./src/browser/makeExtractResourcesFromSvg');
const toUriEncoding = require('./src/browser/toUriEncoding');
const toUnAnchoredUri = require('./src/browser/toUnAnchoredUri');
const getProcessPage = makeGetScript('processPage');

@@ -19,5 +16,2 @@ const getProcessPageAndSerialize = makeGetScript('processPageAndSerialize');

getProcessPageAndSerializePollForIE,
makeExtractResourcesFromSvg,
toUriEncoding,
toUnAnchoredUri,
};

18

package.json
{
"name": "@applitools/dom-snapshot",
"version": "4.0.3",
"version": "4.0.4",
"main": "index.js",

@@ -14,4 +14,4 @@ "license": "SEE LICENSE IN LICENSE",

"surge": "surge test/fixtures applitools-dom-snapshot.surge.sh",
"preversion": "bongo preversion && yarn build && yarn test",
"version": "yarn build && git add dist && git commit -m \"[auto] dom-snapshot: dist scripts for v$npm_package_version\" && bongo version",
"preversion": "BONGO_SKIP_VERIFY_VERSIONS=1 BONGO_SKIP_VERIFY_COMMITS=1 BONGO_SKIP_VERIFY_INSTALLED_VERSIONS=1 bongo preversion && yarn build && yarn test",
"version": "yarn build && bongo version",
"postversion": "bongo postversion --skip-release-notification"

@@ -23,4 +23,4 @@ },

"files": [
"src",
"dist"
"dist",
"src/getScript.js"
],

@@ -36,2 +36,3 @@ "repository": {

"@applitools/sdk-shared": "0.1.0",
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.8.3",

@@ -49,4 +50,4 @@ "abort-controller": "^3.0.0",

"express": "^4.17.1",
"jsdom": "^13.2.0",
"mocha": "5.2.0",
"jsdom": "^16.3.0",
"mocha": "^8.1.0",
"node-fetch": "^2.6.0",

@@ -65,2 +66,3 @@ "prettier": "^1.19.1",

"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^6.1.0",
"selenium-webdriver": "^4.0.0-alpha.5",

@@ -71,5 +73,5 @@ "url-polyfill": "^1.1.7",

"dependencies": {
"@applitools/functional-commons": "1.5.4",
"@applitools/functional-commons": "1.6.0",
"css-tree": "^1.0.0-alpha.39"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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