New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

test-drive-react

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-drive-react - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

cjs/index.js

@@ -10,5 +10,6 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Simulate = void 0;
var test_utils_1 = require("react-dom/test-utils");

@@ -15,0 +16,0 @@ Object.defineProperty(exports, "Simulate", { enumerable: true, get: function () { return test_utils_1.Simulate; } });

{
"name": "test-drive-react",
"version": "1.1.1",
"version": "1.1.2",
"description": "Opinionated library for Test-Driven Development of React Components.",

@@ -17,4 +17,3 @@ "main": "./cjs/index.js",

"pretest": "npm run typecheck && npm run lint",
"test": "mocha-pup \"./test/**/*.ts?(x)\"",
"prepack": "npm run build"
"test": "mocha-play \"./test/**/*.ts?(x)\""
},

@@ -26,26 +25,28 @@ "peerDependencies": {

"dependencies": {
"test-drive": "^1.1.1"
"test-drive": "^1.1.3"
},
"devDependencies": {
"@ts-tools/webpack-loader": "^1.1.4",
"@types/chai": "^4.2.11",
"@ts-tools/webpack-loader": "^2.1.1",
"@types/chai": "^4.2.18",
"@types/chai-dom": "^0.0.10",
"@types/mocha": "^7.0.2",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@types/sinon": "^9.0.4",
"@types/sinon-chai": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.20.0",
"mocha": "^8.0.1",
"mocha-pup": "^3.0.2",
"puppeteer": "^4.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@types/mocha": "^8.2.2",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/sinon": "^10.0.1",
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.23.2",
"html-webpack-plugin": "^5.3.1",
"mocha": "^8.4.0",
"mocha-play": "^1.0.1",
"playwright-chromium": "^1.11.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"typescript": "~3.9.5",
"webpack": "^4.43.0"
"typescript": "~4.3.2",
"util": "^0.12.3",
"webpack": "^5.38.1"
},

@@ -66,8 +67,3 @@ "files": [

"homepage": "https://github.com/wixplosives/test-drive-react#readme",
"license": "MIT",
"prettier": {
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4
}
"license": "MIT"
}

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