Socket
Socket
Sign inDemoInstall

vsm-dictionary-uniprot

Package Overview
Dependencies
3
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

19

package.json
{
"name": "vsm-dictionary-uniprot",
"version": "1.0.12",
"version": "1.0.13",
"description": "Implementation of a VSM-dictionary that interfaces with the Uniprot REST API",

@@ -8,3 +8,4 @@ "main": "src/DictionaryUniprot.js",

"lint": "eslint src test",
"test": "mocha \"src/**/*.test.js\" --check-leaks",
"test": "nyc --reporter=lcov mocha \"src/**/*.test.js\" --check-leaks",
"coverage": "codecov",
"build": "webpack --config webpack.config.js"

@@ -32,15 +33,17 @@ },

"chai": "^4.2.0",
"clean-webpack-plugin": "^1.0.1",
"codecov": "^3.6.5",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^5.13.0",
"html-webpack-plugin": "^3.2.0",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.13",
"mocha": "^5.2.0",
"nock": "^9.6.1",
"nyc": "^15.0.0",
"terser-webpack-plugin": "^2.3.1",
"text-transform-loader": "^2.0.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.1.1",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.13"
"webpack-dev-server": "^3.1.14"
},

@@ -47,0 +50,0 @@ "dependencies": {

# vsm-dictionary-uniprot
<!-- badges: start -->
[![Travis build status](https://travis-ci.org/vsmjs/vsm-dictionary-uniprot.svg?branch=master)](https://travis-ci.org/vsmjs/vsm-dictionary-uniprot)
[![Build Status](https://travis-ci.com/UniBioDicts/vsm-dictionary-uniprot.svg?branch=master)](https://travis-ci.com/UniBioDicts/vsm-dictionary-uniprot)
[![codecov](https://codecov.io/gh/UniBioDicts/vsm-dictionary-uniprot/branch/master/graph/badge.svg)](https://codecov.io/gh/UniBioDicts/vsm-dictionary-uniprot)
[![npm version](https://img.shields.io/npm/v/vsm-dictionary-uniprot)](https://www.npmjs.com/package/vsm-dictionary-uniprot)
[![Downloads](https://img.shields.io/npm/dm/vsm-dictionary-uniprot)](https://www.npmjs.com/package/vsm-dictionary-uniprot)
[![License](https://img.shields.io/npm/l/vsm-dictionary-uniprot)](#license)
<!-- badges: end -->

@@ -17,2 +19,6 @@

## Install
Run: `npm install`
## Example use

@@ -19,0 +25,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc