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.4 to 1.3.5

34

package.json
{
"name": "@assetval/fuzzyset",
"description": "A fast fuzzy string set for JavaScript",
"version": "1.3.4",
"version": "1.3.5",
"sideEffects": false,

@@ -60,3 +60,3 @@ "exports": {

"cache": true,
"inputs:": [
"inputs": [
"{projectRoot}/src/**/*.ts",

@@ -69,2 +69,29 @@ "{projectRoot}/tsconfig.json",

]
},
"clean": {
"cache": false,
"inputs": [
"{projectRoot}/dist"
],
"outputs": [
"{projectRoot}/dist"
]
},
"lint": {
"cache": true,
"inputs": [
"{projectRoot}/src/**/*.ts",
"{projectRoot}/tsconfig.json",
"{projectRoot}/package.json"
],
"outputs": []
},
"test": {
"cache": true,
"inputs": [
"{projectRoot}/src/**/*.ts",
"{projectRoot}/tsconfig.json",
"{projectRoot}/package.json"
],
"outputs": []
}

@@ -75,6 +102,7 @@ }

"build": "nx exec -- unbuild",
"clean": "nx exec -- rm -rf dist",
"lint": "nx eslint:lint",
"test": "vitest run --coverage --config ./vitest.config.ts",
"test": "nx exec -- 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