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

node-ncbi

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ncbi - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

21

package.json
{
"name": "node-ncbi",
"version": "0.6.0",
"version": "0.7.0",
"description": "Access and parse the NCBI eUtils API in Node or the Browser",

@@ -14,8 +14,9 @@ "keywords": [

"scripts": {
"start": "node ./bin/repl"
"start": "node ./bin/repl",
"test": "npx mocha"
},
"author": {
"name": "Casey Ydenberg",
"email": "ydenberg@gmail.com",
"url": "http://www.caseyy.org/"
"email": "hi@caydenberg.io",
"url": "https://caydenberg.io/"
},

@@ -28,3 +29,3 @@ "repository": {

"check-types": "^7.0.1",
"popsicle": "^0.5.12",
"popsicle": "^9.2.0",
"react": "^15.3.2",

@@ -35,11 +36,7 @@ "react-addons-update": "^15.0.2",

"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.1.2",
"gulp-util": "^3.0.7",
"mocha": "^2.2.5",
"open": "0.0.5"
"babel-preset-es2015": "^6.24.1",
"mocha": "^6.1.4",
"open": "^6.3.0"
},
"license": "MIT"
}

@@ -110,6 +110,2 @@ # node-ncbi

### ESLint
Run with `gulp lint`.
## License

@@ -116,0 +112,0 @@

@@ -51,3 +51,3 @@ const update = require('react-addons-update');

var url = this.generateUrl();
return popsicle({
return popsicle.get({
method: 'GET',

@@ -54,0 +54,0 @@ url: url

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