ssr-window
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3
{ | ||
"name": "ssr-window", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.0-alpha.3", | ||
"description": "Better handling for window object in SSR environment", | ||
"main": "dist/ssr-window.js", | ||
"jsnext:main": "dist/ssr-window.esm.js", | ||
"module": "dist/ssr-window.esm.js", | ||
"typings": "dist/types/ssr-window.d.ts", | ||
"scripts": { | ||
"build:dev": "tsc --declarationDir build/types --emitDeclarationOnly --declaration true && NODE_ENV=development node ./scripts/build", | ||
"build:prod": "tsc --declarationDir dist/types --emitDeclarationOnly --declaration true && NODE_ENV=production node ./scripts/build", | ||
"serve": "serve", | ||
"lint": "eslint --ext .js,.ts,.tsx .", | ||
"prettier": "prettier \"**/*.+(js|json|scss)\"", | ||
"format": "npm run prettier -- --write", | ||
"check-format": "npm run prettier -- --list-different", | ||
"test": "node ./scripts/test", | ||
"validate": "npm-run-all --parallel test check-format lint", | ||
"release": "npm run validate && node ./scripts/release" | ||
}, | ||
"main": "ssr-window.umd.js", | ||
"jsnext:main": "ssr-window.esm.js", | ||
"module": "ssr-window.esm.js", | ||
"typings": "types/ssr-window.d.ts", | ||
"repository": { | ||
@@ -35,25 +23,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/nolimits4web/ssr-window", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"@rollup/plugin-typescript": "^4.1.1", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"exec-sh": "^0.3.4", | ||
"husky": "^4.2.5", | ||
"inquirer": "^7.1.0", | ||
"lint-staged": "^10.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.8.2", | ||
"serve": "^11.3.0", | ||
"terser": "^4.6.13", | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": {} | ||
} | ||
"homepage": "https://github.com/nolimits4web/ssr-window" | ||
} |
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
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
0
20030
12
410
1