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

angular-oauth2-oidc

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-oauth2-oidc - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

1

dist/src/oauth-service.d.ts

@@ -1,2 +0,1 @@

/// <reference types="core-js" />
import { Http } from '@angular/http';

@@ -3,0 +2,0 @@ import { Observable } from 'rxjs';

3

package.json
{
"name": "angular-oauth2-oidc",
"version": "1.0.14",
"version": "1.0.15",
"scripts": {

@@ -41,3 +41,2 @@ "lint": "tslint src/**/*.ts",

"@angular/platform-server": "^2.4.1",
"@types/core-js": "^0.9.35",
"@types/jasmine": "^2.5.40",

@@ -44,0 +43,0 @@ "@types/node": "^6.0.57",

@@ -12,3 +12,6 @@ {

"moduleResolution": "node",
"outDir": "./dist"
"outDir": "./dist",
"lib": [
"es6", "dom"
]
},

@@ -15,0 +18,0 @@ "files": [

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