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

directory-fixture-provider

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-fixture-provider - npm Package Compare versions

Comparing version 1.4.11 to 1.5.0

2

dist/src/index.js

@@ -17,3 +17,3 @@ 'use strict';

var tmpSubFolder = 'directory-fixture-provider-destination';
var unlimitedCurry = require('unlimited-curry');
var unlimitedCurry = require('dsl-framework');

@@ -20,0 +20,0 @@ module.exports = exports = unlimitedCurry(function (e, parameters) {

{
"name": "directory-fixture-provider",
"version": "1.4.11",
"version": "1.5.0",
"description": "Provides directories for testing.",

@@ -45,2 +45,3 @@ "main": "dist/src/index.js",

"directory-exists": "^2.0.0",
"dsl-framework": "^1.5.0",
"empty-dir": "^1.0.0",

@@ -52,4 +53,3 @@ "fs-extra": "^7.0.0",

"randomstring": "^1.1.5",
"recursive-readdir-sync": "^1.0.6",
"unlimited-curry": "^1.4.11"
"recursive-readdir-sync": "^1.0.6"
},

@@ -84,3 +84,3 @@ "devDependencies": {

},
"gitHead": "d22e79bed97e8cacb9a7d2e8cb805b1dc1afbcd8"
"gitHead": "7610e233cc22e263a906e718c6b4be77c3ccc68f"
}

@@ -15,3 +15,3 @@ const path = require('path')

const tmpSubFolder = 'directory-fixture-provider-destination'
const unlimitedCurry = require('unlimited-curry')
const unlimitedCurry = require('dsl-framework')

@@ -18,0 +18,0 @@ module.exports = exports = unlimitedCurry((e, parameters) => {

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