Socket
Socket
Sign inDemoInstall

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.2.7 to 1.2.8

8

package.json
{
"name": "directory-fixture-provider",
"version": "1.2.7",
"version": "1.2.8",
"description": "Provides directories for testing.",

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

"test-old": "npm run build && npm run test-compiled && npm run clean",
"test": "PROD=true node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=clover --reporter=text npm run test-dev-coverage",
"test": "PROD=true node_modules/.bin/nyc --reporter=lcov --reporter=clover --reporter=text npm run test-dev-coverage",
"test-compiled": "node_modules/mocha/bin/mocha --require babel-core/register --require babel-polyfill --recursive dist/tests/tests",

@@ -51,3 +51,3 @@ "build-src": "mkdir tmp; rm -rf dist;mkdir dist;mkdir dist/src;node_modules/babel-cli/bin/babel.js src --presets babel-preset-env --out-dir dist/src",

"recursive-readdir-sync": "^1.0.6",
"unlimited-curry": "^1.2.7"
"unlimited-curry": "^1.2.8"
},

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

"mocha": "^5.2.0",
"nyc": "^11.8.0",
"nyc": "^13.0.1",
"shelljs": "^0.8.2",

@@ -68,0 +68,0 @@ "transform-runtime": "0.0.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