Socket
Socket
Sign inDemoInstall

@adeira/fixtures-tester

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adeira/fixtures-tester - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

fixtures-tester/CHANGELOG.md

2

fixtures-tester/package.json

@@ -9,3 +9,3 @@ {

"private": false,
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false,

@@ -12,0 +12,0 @@ "dependencies": {

@@ -59,2 +59,6 @@ "use strict";

var isFile = function isFile(f) {
return fs.lstatSync(path.join(fixturesPath, f)).isFile();
};
var onlyFixtures = fixtures.filter(shouldSkip);

@@ -73,3 +77,3 @@

test.each(fixtures)('matches expected output: %s', /*#__PURE__*/function () {
test.each(fixtures.filter(isFile))('matches expected output: %s', /*#__PURE__*/function () {
var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(file) {

@@ -76,0 +80,0 @@ var input, output, _expect, _expect2;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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