Socket
Socket
Sign inDemoInstall

directory-fixture-provider

Package Overview
Dependencies
20
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.19 to 1.6.0

directory-fixture-provider-1.5.19.tgz

2

dist/src/index.js

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

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

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

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

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

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

@@ -85,3 +85,3 @@ "fs-extra": "^7.0.0",

},
"gitHead": "a463c3086feaeab1056c6cd3e8082722d1858288"
"gitHead": "4a13770a68a1a9a24cd61b387480d2fc0886e139"
}

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

const tmpSubFolder = 'directory-fixture-provider-destination'
const unlimitedCurry = require('dsl-framework')
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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc