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

@logto/core-kit

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logto/core-kit - npm Package Compare versions

Comparing version 1.0.0-beta.12 to 1.0.0-beta.13

2

lib/scope.d.ts

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

export declare enum PreservedScope {
export declare enum ReservedScope {
OpenId = "openid",

@@ -3,0 +3,0 @@ OfflineAccess = "offline_access"

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.userClaims = exports.userinfoClaims = exports.idTokenClaims = exports.UserScope = exports.PreservedScope = void 0;
var PreservedScope;
(function (PreservedScope) {
PreservedScope["OpenId"] = "openid";
PreservedScope["OfflineAccess"] = "offline_access";
})(PreservedScope = exports.PreservedScope || (exports.PreservedScope = {}));
exports.userClaims = exports.userinfoClaims = exports.idTokenClaims = exports.UserScope = exports.ReservedScope = void 0;
var ReservedScope;
(function (ReservedScope) {
ReservedScope["OpenId"] = "openid";
ReservedScope["OfflineAccess"] = "offline_access";
})(ReservedScope = exports.ReservedScope || (exports.ReservedScope = {}));
/**

@@ -10,0 +10,0 @@ * Scopes for ID Token and Userinfo Endpoint.

{
"name": "@logto/core-kit",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"main": "lib/index.js",

@@ -19,3 +19,5 @@ "author": "Silverhand Inc. <contact@silverhand.io>",

"prepack": "pnpm build",
"stylelint": "stylelint \"scss/**/*.scss\""
"stylelint": "stylelint \"scss/**/*.scss\"",
"test": "jest",
"test:coverage": "jest --silent --coverage"
},

@@ -31,2 +33,3 @@ "engines": {

"devDependencies": {
"@jest/types": "^29.0.3",
"@silverhand/eslint-config": "1.0.0",

@@ -37,5 +40,8 @@ "@silverhand/eslint-config-react": "1.0.0",

"@types/color": "^3.0.3",
"@types/jest": "^29.0.3",
"@types/node": "^16.3.1",
"@types/react": "^18.0.20",
"eslint": "^8.21.0",
"jest": "^29.0.3",
"jest-matcher-specific-error": "^1.0.0",
"lint-staged": "^13.0.0",

@@ -45,2 +51,3 @@ "postcss": "^8.4.6",

"stylelint": "^14.9.1",
"ts-jest": "^29.0.1",
"typescript": "^4.7.4"

@@ -58,3 +65,3 @@ },

},
"gitHead": "d29fd9f69a47d35490293615e373d8a44c1c4963"
"gitHead": "e411efdb15370ecc8d85f634f204492ba0beb379"
}
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