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

combiner

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

combiner - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.npmignore

2

lib/combiner.js

@@ -77,3 +77,3 @@ var functools = require('functools'),

path.exists(uri, function(exists){
fs.exists(uri, function(exists){

@@ -80,0 +80,0 @@ if(!exists){

{
"name":"combiner",
"version":"1.2.0",
"description":"Flexible file-joining library with functional middleware support.",
"author":"Azer Koculu <azer@kodfabrik.com>",
"keywords":["combine","combiner","fs","join","merge","files"],
"directories":{ "lib": "./lib" },
"main":"./lib/combiner.js",
"bin":{
"combiner":"./bin/combiner.js"
"name": "combiner",
"version": "1.2.1",
"description": "Flexible file-joining library with functional middleware support.",
"author": "Azer Koculu <azer@kodfabrik.com>",
"keywords": [
"combine",
"combiner",
"fs",
"join",
"merge",
"files"
],
"directories": {
"lib": "./lib"
},
"dependencies":{
"functools":"1.1.0",
"opts":"1.2.1"
"main": "./lib/combiner.js",
"bin": {
"combiner": "./bin/combiner.js"
},
"dependencies": {
"functools": "1.1.0",
"opts": "1.2.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