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

npm-artifactory

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-artifactory - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

2

lib/util.js

@@ -14,3 +14,3 @@ var config = require('../config');

artifact.group = artifact.group || exports.reverseDomain(config.npm.host);
return artifactoryPath + '/' + path.join(artifact.group.replace(/\./g,'/'), artifact.name, artifact.version, artifact.file);
return [artifactoryPath, artifact.group.replace(/\./g, '/'), artifact.name, artifact.version, artifact.file].join('/');
}

@@ -17,0 +17,0 @@ module.exports.artMetaPath = function(artifactName){

{
"name": "npm-artifactory",
"version": "0.6.3",
"version": "0.6.4",
"description": "A proxy server that uses Artifactory to store npm modules for seamless integration with java/maven-based workflows",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,2 +6,6 @@ npm-artifactory

- offload network strain on npmjs.org to in-house artifactory
- publish and consume your proprietary modules without major workarounds
- snapshot/shrinkwrap your dependency versions so that OSS licenses are bundled in-house
Installation

@@ -8,0 +12,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