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

analyze-deps

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analyze-deps - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

src/index.js

16

package.json
{
"name": "analyze-deps",
"version": "1.0.1",
"description": "Compare dependencies in `package.json` to the latest available versions.",
"main": "index.js",
"version": "2.0.0",
"description": "Compare dependencies in package.json to the latest available versions.",
"main": "src/index.js",
"repository": {

@@ -12,3 +12,3 @@ "type": "git",

"scripts": {
"lint": "eslint index.js test",
"lint": "eslint src test",
"test": "nyc mocha test",

@@ -29,9 +29,9 @@ "build": "npm run lint && npm test",

"chai-as-promised": "^6.0.0",
"eslint": "^3.7.1",
"eslint": "^3.8.1",
"mocha": "^3.1.2",
"mock-require": "^1.3.0",
"nyc": "^8.3.1"
"nyc": "^8.3.2"
},
"files": [
"index.js"
"src"
],

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

"include": [
"index.js"
"src/*.js"
],

@@ -65,0 +65,0 @@ "exclude": [

@@ -8,3 +8,3 @@ [![Build Status](https://img.shields.io/codeship/ba96f3c0-7103-0134-0ab4-36aa8dc0a6fb/master.svg?style=flat-square)](https://codeship.com/projects/178250)

Compare dependencies in `package.json` to the latest available versions.
Compare dependencies in package.json to the latest available versions.

@@ -46,2 +46,3 @@ ## Installation

latest: '2.4.0',
latestRange: '^2.4.0',
diff: 'major'

@@ -56,2 +57,3 @@ },

latest: '5.3.0',
latestRange: '^5.3.0',
diff: 'minor'

@@ -65,2 +67,3 @@ }

latest: '3.7.1',
latestRange: '^3.7.1',
diff: 'patch'

@@ -77,3 +80,3 @@ }

Currently, only `dependencies` and `devDependencies` are analyzed (feel free to submit a Pull Request if you need more than that).
Currently, only `dependencies` and `devDependencies` are analyzed (feel free to submit a Pull Request if you need more than that).

@@ -80,0 +83,0 @@ You can pass a second argument if you don't want to analyze everything. For example, to avoid analyzing `dependencies`, do:

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