oauth2-popup-flow
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "oauth2-popup-flow", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "A very simple oauth2 implicit flow library that uses window.open.", | ||
"main": "./dist/oauth2-popup-flow.js", | ||
"typings": "./src/index.ts", | ||
"main": "./index.js", | ||
"module": "./index.esm.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"test": "jest --coverage --coverageReporters=text-lcov | coveralls", | ||
"build": "webpack -p", | ||
"docs": "typedoc --out docs/ src/" | ||
"test": "jest", | ||
"build": "rm -rf dist && tsc && rollup -c && cp package.json ./dist && cp readme.md ./dist", | ||
"docs": "rm -rf docs && typedoc --out ./docs ./src/index.ts" | ||
}, | ||
@@ -19,14 +20,14 @@ "author": "Rico Kahler", | ||
"devDependencies": { | ||
"@types/jest": "^23.3.12", | ||
"awesome-typescript-loader": "^3.5.0", | ||
"coveralls": "^3.0.0", | ||
"jest": "^23.6.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@rollup/plugin-typescript": "^4.0.0", | ||
"@types/jest": "^25.1.4", | ||
"jest": "^25.2.7", | ||
"jsdom": "^13.1.0", | ||
"ts-jest": "^23.10.5", | ||
"typedoc": "^0.10.0", | ||
"typescript": "^3.2.2", | ||
"webpack": "^4.28.4", | ||
"webpack-cli": "^3.2.1" | ||
"rollup": "^2.3.3", | ||
"tslib": "^1.11.1", | ||
"typedoc": "^0.17.4", | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -26,3 +26,3 @@ ``` | ||
[![Build Status](https://travis-ci.org/ricokahler/oauth2-popup-flow.svg?branch=master)](https://travis-ci.org/ricokahler/oauth2-popup-flow) [![Coverage Status](https://coveralls.io/repos/github/ricokahler/oauth2-popup-flow/badge.svg?branch=master)](https://coveralls.io/github/ricokahler/oauth2-popup-flow?branch=master) | ||
[![codecov](https://codecov.io/gh/ricokahler/oauth2-popup-flow/branch/master/graph/badge.svg)](https://codecov.io/gh/ricokahler/oauth2-popup-flow) | ||
@@ -126,3 +126,3 @@ ### A very simple oauth2 implicit grant flow library<br>with no dependencies that uses `window.open`. | ||
[Check out the API docs for more info](https://ricokahler.github.io/oauth2-popup-flow/interfaces/_index_.oauth2popupflowoptions.html) | ||
[Check out the API docs for more info](https://oauth2-popup-flow.netlify.com/) | ||
@@ -129,0 +129,0 @@ ### Examples (work-in-progress, contributions welcome) |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
71012
7
1
949
1