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

npm-registry-couchapp

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-registry-couchapp - npm Package Compare versions

Comparing version 2.6.9 to 2.6.10

common.js

2

package.json
{
"name": "npm-registry-couchapp",
"version": "2.6.9",
"version": "2.6.10",
"description": "The CouchApp implementation of an npm registry",

@@ -5,0 +5,0 @@ "scripts": {

@@ -430,3 +430,3 @@ var common = require('./common.js')

t.notOk(code)
t.equal(out, "package@0.2.3 node_modules/package\n")
t.similar(out, /^([+] )?package@0.2.3 node_modules[/]package\n$/)
rimraf.sync(path.resolve(inst, 'node_modules'))

@@ -433,0 +433,0 @@ t.end()

@@ -12,2 +12,5 @@ var which = require('which')

}
if (!opts) opts = {}
if (!opts.env) opts.env = {}
opts.env.LC_CTYPE = 'UTF-8'
return spawn(cmd, args, opts)

@@ -14,0 +17,0 @@ }

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