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

@logto/shared

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logto/shared - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

lib/database/index.d.ts

6

lib/index.d.ts

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

export * from './utilities';
export * from './regex';
export * from './language';
export * from './scope';
export * from './database';
export * from './utils';

@@ -17,5 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./utilities"), exports);
__exportStar(require("./regex"), exports);
__exportStar(require("./language"), exports);
__exportStar(require("./scope"), exports);
__exportStar(require("./database"), exports);
__exportStar(require("./utils"), exports);
{
"name": "@logto/shared",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"main": "lib/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MIT",
"license": "MPL-2.0",
"files": [
"declaration",
"lib",
"scss"
"lib"
],
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"prepack": "pnpm build",
"stylelint": "stylelint \"scss/**/*.scss\""
"publishConfig": {
"access": "public"
},
"engines": {
"node": "^16.0.0"
},
"dependencies": {
"color": "^4.2.3",
"nanoid": "^3.1.23",
"zod": "^3.18.0"
},
"devDependencies": {
"@silverhand/eslint-config": "1.0.0",
"@silverhand/eslint-config-react": "1.0.0",
"@silverhand/essentials": "^1.2.0",
"@silverhand/ts-config": "1.0.0",
"@silverhand/ts-config-react": "1.0.0",
"@types/color": "^3.0.3",
"@types/node": "^16.3.1",
"@types/react": "^18.0.20",
"@silverhand/eslint-config": "1.2.0",
"@silverhand/jest-config": "1.2.2",
"@silverhand/ts-config": "1.2.1",
"@types/jest": "^29.1.2",
"@types/node": "^16.0.0",
"eslint": "^8.21.0",
"jest": "^29.1.2",
"lint-staged": "^13.0.0",
"postcss": "^8.4.6",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"typescript": "^4.7.4"
},
"engines": {
"node": "^16.0.0"
},
"eslintConfig": {
"extends": "@silverhand/react"
"extends": "@silverhand",
"rules": {
"@typescript-eslint/ban-types": "off"
}
},
"stylelint": {
"extends": "@silverhand/eslint-config-react/.stylelintrc"
},
"prettier": "@silverhand/eslint-config/.prettierrc",
"publishConfig": {
"access": "public"
"dependencies": {
"@logto/schemas": "^1.0.0-beta.11",
"@silverhand/essentials": "^1.3.0",
"dayjs": "^1.10.5",
"find-up": "^5.0.0",
"nanoid": "^3.3.4",
"slonik": "^30.0.0"
},
"gitHead": "2749dd8c95d56636fbd0b75e3fcf0eb20026f4df"
}
"scripts": {
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint --format json --output-file report.json",
"test": "jest",
"test:ci": "jest"
}
}

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