@applitools/functional-commons
Advanced tools
Comparing version 1.6.0 to 2.0.0
{ | ||
"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" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
38678
19
1