New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

piral-oauth2

Package Overview
Dependencies
Maintainers
2
Versions
846
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-oauth2 - npm Package Compare versions

Comparing version 1.0.0-pre.2098 to 1.0.0-pre.2112

esm/create.d.ts

12

package.json
{
"name": "piral-oauth2",
"version": "1.0.0-pre.2098",
"version": "1.0.0-pre.2112",
"description": "Plugin to integrate OAuth 2.0 authentication in Piral.",

@@ -22,2 +22,3 @@ "keywords": [

"license": "MIT",
"module": "esm/index.js",
"main": "lib/index.js",

@@ -27,2 +28,3 @@ "typings": "lib/index.d.ts",

"files": [
"esm",
"lib",

@@ -39,3 +41,5 @@ "src"

"scripts": {
"build": "tsc",
"build": "yarn build:commonjs && yarn build:esnext",
"build:commonjs": "tsc --project tsconfig.json --outDir lib --module commonjs",
"build:esnext": "tsc --project tsconfig.json --outDir esm --module esnext",
"typedoc": "typedoc --json ../../../docs/types/piral-oauth2.json src --exclude \"src/**/*.test.*\"",

@@ -48,3 +52,3 @@ "test": "echo \"Error: run tests from root\" && exit 1"

"devDependencies": {
"piral-core": "^1.0.0-pre.2098"
"piral-core": "^1.0.0-pre.2112"
},

@@ -54,3 +58,3 @@ "peerDependencies": {

},
"gitHead": "cbb7df31a4361db11c2c250a37ca8f2c610539fc"
"gitHead": "0323d63bbcf573bc4b192f46fd73c6150dca0aee"
}
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