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

@applitools/functional-commons

Package Overview
Dependencies
Maintainers
45
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.6.0 to 2.0.0

40

package.json
{
"name": "@applitools/functional-commons",
"version": "1.6.0",
"version": "2.0.0",
"description": "",
"main": "src/functional-commons.js",
"main": "dist/cjs/functional-commons.js",
"module": "dist/mjs/functional-commons.js",
"exports": {
".": {
"import": "./dist/mjs/functional-commons.js",
"require": "./dist/cjs/functional-commons.js"
}
},
"engines": {

@@ -13,5 +20,6 @@ "node": ">=8.0.0"

"scripts": {
"build": "#",
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"test": "npm run test:mocha && npm run eslint",
"test:mocha": "mocha --no-timeouts 'test/**/*.test.js'",
"test:mocha": "npm run build & mocha --no-timeouts 'test/**/*.test.js'",
"test:mocha-mjs": "mocha --require @babel/register --no-timeouts 'test/**/*.test.mjs'",
"eslint": "eslint '**/*.js'"

@@ -34,13 +42,23 @@ },

},
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"@types/chai": "^4.3.1",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"eslint": "^7.0.0",
"eslint-plugin-mocha-no-only": "^1.1.0",
"eslint": "^8.48.0",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"mocha": "^7.1.2",
"prettier": "^2.0.5"
"eslint-plugin-prettier": "^5.0.0",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"typescript": "^5.1.6"
}
}
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