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

libnpmversion

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmversion - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/index.js

@@ -1,2 +0,2 @@

const readJson = require('./read-json.js')
const readJson = require('read-package-json-fast')
const version = require('./version.js')

@@ -3,0 +3,0 @@ const proclog = require('./proc-log.js')

@@ -7,3 +7,3 @@ // called with all the options already set to their defaults

const writeJson = require('./write-json.js')
const readJson = require('./read-json.js')
const readJson = require('read-package-json-fast')
const git = require('@npmcli/git')

@@ -10,0 +10,0 @@ const commit = require('./commit.js')

{
"name": "libnpmversion",
"version": "1.0.3",
"version": "1.0.4",
"main": "lib/index.js",

@@ -33,4 +33,3 @@ "files": [

"@npmcli/run-script": "^1.2.1",
"json-parse-even-better-errors": "^2.2.0",
"read-package-json-fast": "^1.1.3",
"read-package-json-fast": "^1.2.1",
"semver": "^7.1.3",

@@ -37,0 +36,0 @@ "stringify-package": "^1.0.1"

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