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

highlight-fragment.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highlight-fragment.js - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

package.json
{
"name": "highlight-fragment.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "returns the sequence with highlighted fragment if the pattern matches, else just the sequence",

@@ -13,2 +13,5 @@ "main": "lib/index.js",

"major": "npm version major && npm run build && npm publish",
"coverage": "babel-node node_modules/.bin/isparta cover test/*.js",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
"postcoveralls": "rimraf ./coverage",
"prebuild": "npm run clean && npm run lint & npm run test",

@@ -36,2 +39,3 @@ "build": "babel index.js --out-file lib/index.js",

"babel": "latest",
"coveralls": "latest",
"eslint": "latest",

@@ -41,2 +45,3 @@ "eslint-config-standard": "latest",

"faucet": "latest",
"isparta": "latest",
"rimraf": "latest",

@@ -43,0 +48,0 @@ "tap-spec": "latest",

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