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

genomediff

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genomediff - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

4

package.json
{
"name": "genomediff",
"version": "1.5.5",
"version": "1.5.6",
"description": "Parses strings from files in the GenomeDiff format generated by the breseq variant caller for haploid microbial organisms.",

@@ -28,3 +28,3 @@ "keywords": [

"scripts": {
"build": "tsd install && tsc",
"build": "typings install && rm -rf dist && tsc",
"test": "jasmine-node ./dist/ --color --verbose"

@@ -31,0 +31,0 @@ },

@@ -64,3 +64,3 @@ # Genomediff

---------------
When developing, use `tsc --watch` to build the `.ts` files on change.
When developing, use `tsc --watch` to build the `.ts` files on change. Alternatively, you can use `npm run build` if you do not wish to run the build on file change.

@@ -67,0 +67,0 @@ **Note**: If you add new files or remove files, make sure to edit the `"files"` field in `tsconfig.json`:

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