@adeira/fixtures-tester
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@adeira/fixtures-tester", | ||
"description": "Utility to ease testing with fixtures.", | ||
"homepage": "https://github.com/adeira/universe/tree/master/src/fixtures-tester", | ||
"homepage": "https://github.com/adeira/fixtures-tester", | ||
"bugs": "https://github.com/adeira/universe/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:adeira/universe.git", | ||
"directory": "src/fixtures-tester" | ||
}, | ||
"license": "MIT", | ||
"private": false, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./src/index.js", | ||
@@ -12,5 +18,5 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@adeira/js": "^2.1.0", | ||
"@babel/runtime": "^7.14.6" | ||
"@adeira/js": "^2.1.1", | ||
"@babel/runtime": "^7.16.7" | ||
} | ||
} |
@@ -75,5 +75,4 @@ "use strict"; | ||
fixtures = onlyFixtures; | ||
} // eslint-disable-next-line jest/no-identical-title | ||
} | ||
test.each(fixtures.filter(isFile))('matches expected output: %s', /*#__PURE__*/function () { | ||
@@ -80,0 +79,0 @@ var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(file) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2
0
16330
12
193
Updated@adeira/js@^2.1.1
Updated@babel/runtime@^7.16.7