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 0.1.0 to 1.0.0

6

fixtures-tester/package.json

@@ -9,8 +9,8 @@ {

"private": false,
"version": "0.1.0",
"version": "1.0.0",
"sideEffects": false,
"dependencies": {
"@adeira/js": "^1.3.0",
"@babel/runtime": "^7.12.5"
"@adeira/js": "^2.1.0",
"@babel/runtime": "^7.13.10"
}
}

@@ -62,2 +62,3 @@ "use strict";

if (onlyFixtures.length) {
/* eslint-disable jest/no-disabled-tests */
// $FlowFixMe[prop-missing]: we need to update our Jest type definitions (TODO)

@@ -67,2 +68,4 @@ test.skip.each(fixtures.filter(function (name) {

}))('matches expected output: %s', function () {});
/* eslint-enable jest/no-disabled-tests */
fixtures = onlyFixtures;

@@ -69,0 +72,0 @@ }

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