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.1.0 to 1.1.1

14

fixtures-tester/package.json
{
"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

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