@shower/core
Advanced tools
Comparing version 3.0.0-0 to 3.0.0-2
{ | ||
"name": "@shower/core", | ||
"description": "Core for Shower HTML presentation engine", | ||
"version": "3.0.0-0", | ||
"version": "3.0.0-2", | ||
"publishConfig": { | ||
@@ -10,18 +10,5 @@ "access": "public" | ||
"name": "Vadim Makeev", | ||
"email": "pepelsbey@gmail.com", | ||
"url": "https://pepelsbey.net" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Denis Hananein", | ||
"email": "i@zloylos.me", | ||
"github-username": "zloylos", | ||
"role": "General architecture" | ||
}, | ||
{ | ||
"name": "Vadim Makeev", | ||
"email": "pepelsbey@gmail.com", | ||
"github-username": "pepelsbey", | ||
"role": "Author, idea, tests" | ||
} | ||
], | ||
"homepage": "https://github.com/shower/core", | ||
@@ -36,3 +23,3 @@ "repository": "shower/core", | ||
], | ||
"main": "lib", | ||
"main": "lib/shower.js", | ||
"files": [ | ||
@@ -44,35 +31,36 @@ "dist/shower.js" | ||
"chai-dom": "^1.8.1", | ||
"chromedriver": "^2.45.0", | ||
"eslint": "^5.12.0", | ||
"chromedriver": "^2.46.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"esm": "^3.0.84", | ||
"husky": "^1.3.1", | ||
"lint-staged": "^8.1.0", | ||
"mocha": "^5.2.0", | ||
"nightwatch": "^1.0.18", | ||
"prettier": "^1.15.3", | ||
"puppeteer": "^1.11.0", | ||
"rollup": "^1.0.2", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"serve-handler": "^5.0.7" | ||
"eslint-config-prettier": "^4.2.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"esm": "^3.2.22", | ||
"husky": "^2.2.0", | ||
"lint-staged": "^8.1.6", | ||
"mocha": "^6.1.4", | ||
"nightwatch": "^1.0.19", | ||
"prettier": "^1.17.1", | ||
"puppeteer": "^1.15.0", | ||
"rollup": "^1.11.3", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-node-resolve": "^4.2.4", | ||
"sauce-connect-launcher": "^1.2.6", | ||
"serve": "^11.0.0", | ||
"serve-handler": "^6.0.0", | ||
"yn": "^3.1.0" | ||
}, | ||
"config": { | ||
"port": "8080" | ||
}, | ||
"scripts": { | ||
"build": "rollup --config", | ||
"fix": "eslint '**/*.js' --fix", | ||
"serve": "serve dist", | ||
"lint": "eslint '**/*.js'", | ||
"prettier:js": "prettier '**/*.js' --write", | ||
"prettier:etc": "prettier '**/*.{json,md,yml}' --write", | ||
"prettier": "npm run prettier:js && npm run prettier:etc", | ||
"lint:fix": "eslint '**/*.js' --fix", | ||
"format": "npm run format:js && npm run format:etc", | ||
"format:js": "prettier '**/*.js' --write", | ||
"format:etc": "prettier '**/*.{json,md,yml}' --write", | ||
"test": "npm run lint && npm run test:unit && npm run test:sauce", | ||
"test:unit": "mocha test/unit --require esm --require chai/register-should", | ||
"test:local": "npm run build && nightwatch --env chrome-local", | ||
"test:sauce": "npm run build && nightwatch --env chrome,firefox,safari,edge", | ||
"test": "npm run lint && npm run test:unit && npm run test:sauce" | ||
"test:local": "nightwatch --env chrome-local", | ||
"test:sauce": "nightwatch --env chrome,firefox,safari,edge" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
29316
6
724
22
2