Socket
Socket
Sign inDemoInstall

@ts-safeql/shared

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-safeql/shared - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

dist/index.cjs

38

package.json
{
"name": "@ts-safeql/shared",
"version": "3.1.0",
"main": "lib/index.js",
"types": "src/index.ts",
"version": "3.2.0",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
"lib",
"dist",
"package.json"
],
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"main": "dist/index.cjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@esbuild-kit/cjs-loader": "^2.4.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/utils": "^5.59.0",
"eslint": "^8.39.0",
"mocha": "^10.2.0",
"typescript": "^5.3.3"
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
},
"dependencies": {
"@typescript-eslint/utils": "^7.8.0",
"minimatch": "^9.0.0",

@@ -28,5 +36,5 @@ "postgres": "^3.3.4"

"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "mocha -r=@esbuild-kit/cjs-loader '**/*.test.ts' --timeout 10000",
"build": "unbuild",
"dev": "unbuild --stub",
"test": "vitest",
"lint": "eslint src",

@@ -33,0 +41,0 @@ "lint!": "eslint src --fix",

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