Socket
Socket
Sign inDemoInstall

expect

Package Overview
Dependencies
52
Maintainers
6
Versions
235
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.20.2 to 21.0.0-beta.1

.npmignore

75

package.json
{
"name": "expect",
"version": "1.20.2",
"description": "Write better assertions",
"author": "Michael Jackson",
"license": "MIT",
"main": "lib",
"files": [
"lib",
"umd"
],
"scripts": {
"build": "node ./scripts/build.js",
"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
"build-umd": "webpack modules/index.js umd/expect.js",
"build-min": "webpack -p modules/index.js umd/expect.min.js",
"lint": "eslint modules",
"test": "npm run lint && karma start",
"release": "node ./scripts/release.js",
"prepublish": "node ./scripts/build.js"
},
"dependencies": {
"define-properties": "~1.1.2",
"has": "^1.0.1",
"is-equal": "^1.5.1",
"is-regex": "^1.0.3",
"object-inspect": "^1.1.0",
"object-keys": "^1.0.9",
"tmatch": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.5.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"gzip-size": "^3.0.0",
"in-publish": "^2.0.0",
"karma": "^0.13.22",
"karma-browserstack-launcher": "^1.0.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"pretty-bytes": "^3.0.1",
"readline-sync": "^1.4.1",
"rimraf": "^2.5.2",
"webpack": "^1.12.14"
},
"keywords": [
"expect",
"assert",
"test",
"spec"
],
"version": "21.0.0-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/mjackson/expect.git"
"url": "https://github.com/facebook/jest.git"
},
"babel": {
"presets": [
"es2015"
]
"license": "BSD-3-Clause",
"main": "build/index.js",
"browser": "build-es5/index.js",
"dependencies": {
"jest-diff": "21.0.0-beta.1",
"jest-get-type": "21.0.0-beta.1",
"jest-matcher-utils": "21.0.0-beta.1",
"jest-message-util": "21.0.0-beta.1",
"jest-regex-util": "21.0.0-beta.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc