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

stringsoup

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stringsoup - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

lib/index.d.ts

14

package.json
{
"name": "stringsoup",
"version": "1.1.2",
"version": "1.1.3",
"description": "A package to help finding the best known string match amongst a soup of input strings",
"type": "module",
"main": "index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*",
"!**/*test*",
"!data"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"publish": "npm run clean && npm run build && cp package.json dist && cp .npmignore dist && cp README.md dist && cd dist && npm publish",
"clean": "rm -rf lib",
"publish": "npm run clean && npm run build && npm publish",
"test": "jest"

@@ -12,0 +18,0 @@ },

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