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

@logto/language-kit

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logto/language-kit - npm Package Compare versions

Comparing version 1.0.0-beta.30 to 1.0.0-rc.0

./lib/index.js

16

package.json
{
"name": "@logto/language-kit",
"version": "1.0.0-beta.30",
"version": "1.0.0-rc.0",
"author": "Silverhand Inc. <contact@silverhand.io>",

@@ -12,7 +12,7 @@ "homepage": "https://github.com/logto-io/toolkit#readme",

"type": "module",
"main": "./lib/index.cjs",
"main": "./lib/index.js",
"exports": {
"default": "./lib/index.js",
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
"import": "./lib/index.js"
},

@@ -24,3 +24,3 @@ "types": "./lib/index.d.ts",

"engines": {
"node": "^16.13.0 || ^18.12.0"
"node": "^18.12.0"
},

@@ -32,7 +32,6 @@ "optionalDependencies": {

"@jest/types": "^29.0.3",
"@rollup/plugin-typescript": "^10.0.1",
"@silverhand/eslint-config": "1.3.0",
"@silverhand/ts-config": "1.2.1",
"@types/jest": "^29.0.3",
"@types/node": "^16.3.1",
"@types/node": "^18.11.18",
"eslint": "^8.21.0",

@@ -42,3 +41,2 @@ "jest": "^29.0.3",

"prettier": "^2.8.1",
"rollup": "^3.6.0",
"tslib": "^2.4.1",

@@ -56,3 +54,3 @@ "typescript": "^4.9.4"

"precommit": "lint-staged",
"build": "rm -rf lib/ && rollup -c && tsc -p tsconfig.build.json",
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
"build:test": "pnpm build -p tsconfig.test.json --sourcemap",

@@ -59,0 +57,0 @@ "lint": "eslint --ext .ts src",

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