Socket
Socket
Sign inDemoInstall

jaz-ts-utils

Package Overview
Dependencies
3
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.1.0

dist/better-worker-host.d.ts

29

package.json
{
"name": "jaz-ts-utils",
"version": "7.0.0",
"version": "7.1.0",
"description": "",

@@ -8,4 +8,4 @@ "main": "dist/index.js",

"scripts": {
"build": "npm run clean && ttsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json && node ./scripts/prepare-package-json",
"dev": "npm run clean && ttsc --watch",
"build": "ttsc",
"dev": "ttsc --watch",
"lint-check": "eslint . --ext .ts,.vue",

@@ -16,13 +16,5 @@ "lint": "eslint . --ext .ts,.vue --fix",

"test": "jest",
"prepublish": "npm run build",
"clean": "rimraf dist"
"prepare": "npm run build",
"preversion": "npm run test && npm run lint-check && npm run format-check"
},
"exports": {
"./*": {
"types": "./dist/types/*.d.ts",
"require": "./dist/cjs/*.js",
"import": "./dist/esm/*.js",
"default": "./dist/esm/*.js"
}
},
"author": "Jazcash",

@@ -40,7 +32,8 @@ "repository": {

"dependencies": {
"7zip-min": "^1.4.3",
"kysely": "^0.25.0"
"7zip-min": "^1.4.3"
},
"devDependencies": {
"@jest/types": "^28.1.0",
"@swc/core": "^1.3.64",
"@swc/jest": "^0.2.26",
"@types/7zip-min": "^1.3.1",

@@ -62,3 +55,2 @@ "@types/eslint": "^7.2.5",

"prettier": "^2.6.2",
"rimraf": "^5.0.1",
"ts-jest": "^27.1.3",

@@ -71,3 +63,6 @@ "ts-node": "^10.8.0",

"vue-eslint-parser": "^8.3.0"
},
"peerDependencies": {
"kysely": "^0.x"
}
}
}

@@ -12,2 +12,3 @@ {

"sourceMap": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,

@@ -20,6 +21,13 @@ "allowJs": true,

},
"plugins": [{ "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true }],
"lib": ["dom", "es2021", "ESNext"]
"plugins": [
{ "transform": "typescript-transform-paths" },
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
],
"lib": [
"dom",
"es2021",
"ESNext"
]
},
"include": ["src/**/*", "tsconfig.esm.json"],
"include": ["src/**/*"],
"ts-node": {

@@ -26,0 +34,0 @@ "require": ["tsconfig-paths/register"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc