Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@assetval/fuzzyset

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assetval/fuzzyset - npm Package Compare versions

Comparing version 1.3.1 to 1.3.3

58

package.json
{
"name": "@assetval/fuzzyset",
"description": "A fast fuzzy string set for JavaScript",
"version": "1.3.1",
"version": "1.3.3",
"sideEffects": false,
"type": "module",
"exports": {

@@ -21,3 +20,3 @@ ".": {

"devDependencies": {
"@magik_io/lint_golem": "^2.3.0",
"@magik_io/lint_golem": "^3.2.0",
"eslint": "^9.9.0",

@@ -28,8 +27,53 @@ "typescript-eslint": "^8.2.0",

},
"unbuild": {
"declaration": true,
"clean": true,
"rollup": {
"dts": {
"compilerOptions": {
"composite": false
},
"include": [
"src/**/*.ts"
]
},
"esbuild": {
"tsconfigRaw": {
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "ESNext"
},
"include": [
"./src/**/*.ts"
]
}
}
}
},
"nx": {
"targets": {
"build": {
"cache": true,
"inputs:": [
"{projectRoot}/src/**/*.ts",
"{projectRoot}/tsconfig.json",
"{projectRoot}/package.json"
],
"outputs": [
"{projectRoot}/dist"
]
}
}
},
"scripts": {
"fuzzyset:build": "unbuild",
"fuzzyset:rebuild": "unbuild --clean && pnpm fuzzyset:iterate",
"fuzzyset:test": "vitest run --coverage --config ./vitest.config.ts",
"fuzzyset:iterate": "pnpm version patch && git push origin main --tags && pnpm publish --access public --no-git-checks"
"build": "nx exec -- unbuild",
"lint": "nx eslint:lint",
"test": "vitest run --coverage --config ./vitest.config.ts",
"iterate": "pnpm version patch && pnpm publish --access public --no-git-checks"
}
}
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