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

@nextcloud/auth

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/auth - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

dist/doc/.nojekyll

2

dist/requesttoken.js
"use strict";
require("core-js/modules/es.array.for-each");
Object.defineProperty(exports, "__esModule", {

@@ -6,0 +4,0 @@ value: true

{
"name": "@nextcloud/auth",
"version": "0.3.1",
"version": "1.0.0",
"description": "",

@@ -9,2 +9,3 @@ "main": "dist/index.js",

"build": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly",
"build:doc": "typedoc --out dist/doc lib && touch dist/doc/.nojekyll",
"check-types": "tsc",

@@ -27,18 +28,20 @@ "dev": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch",

"@nextcloud/event-bus": "^0.2.0",
"core-js": "3.2.1"
"core-js": "3.5.0"
},
"devDependencies": {
"@babel/cli": "7.6.2",
"@babel/core": "7.6.2",
"@babel/preset-env": "7.6.2",
"@babel/preset-typescript": "7.6.0",
"@babel/cli": "7.7.5",
"@babel/core": "7.7.5",
"@babel/preset-env": "7.7.6",
"@babel/preset-typescript": "7.7.4",
"@nextcloud/browserslist-config": "^1.0.0",
"babel-jest": "^24.9.0",
"babel-plugin-transform-class-properties": "6.24.1",
"browserslist-config-nextcloud": "0.0.1",
"browserslist-config-nextcloud": "0.1.0",
"jest": "^24.9.0",
"typescript": "3.6.3"
"typedoc": "^0.15.5",
"typescript": "3.7.3"
},
"browserslist": [
"extends browserslist-config-nextcloud"
"extends @nextcloud/browserslist-config"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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