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

@applitools/functional-commons

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/functional-commons - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

8

package.json
{
"name": "@applitools/functional-commons",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -34,8 +34,8 @@ "main": "src/functional-commons.js",

"chai": "^4.1.2",
"eslint": "^4.2.0",
"eslint": "^4.15.0",
"eslint-plugin-mocha-no-only": "0.0.5",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-prettier": "^2.4.0",
"mocha": "^3.5.0",
"prettier": "^1.5.2"
"prettier": "^1.10.2"
}
}

@@ -64,2 +64,6 @@ 'use strict'

function presult(promise) {
return promise.then(v => [undefined, v], err => [err])
}
module.exports = {

@@ -72,2 +76,3 @@ cacheFunctionSync,

failAfter,
presult,
}
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