New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ckirby/longest-common-substring

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

@ckirby/longest-common-substring - npm Package Compare versions

Comparing version 1.4.0 to 1.4.4

umd/lcs.min.js

9

package.json
{
"name": "@ckirby/longest-common-substring",
"version": "1.4.0",
"version": "1.4.4",
"description": "find the longest string that is a substring of two strings",

@@ -12,9 +12,14 @@ "main": "index.js",

"eslint-plugin-turbopatent": "^3.0.2",
"parcel-bundler": "^1.11.0",
"tape": "^4.9.1"
},
"files": [
"index.js"
"index.js",
"umd"
],
"scripts": {
"test": "tape tests/*-test.js && yarn lint",
"clean": "rm -rf umd",
"build": "parcel build index.js --out-dir umd --out-file lcs.min.js --global longestCommonSubstring",
"prepublish": "yarn clean && yarn build",
"lint": "eslint ."

@@ -21,0 +26,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