Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oauth2-popup-flow

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth2-popup-flow - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

index.d.ts

31

package.json
{
"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)

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