Socket
Socket
Sign inDemoInstall

expect

Package Overview
Dependencies
0
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

modules/__tests__/be-a-test.js

8

package.json
{
"name": "expect",
"version": "1.5.0",
"version": "1.6.0",
"description": "Write better assertions",
"main": "expect.js",
"main": "modules/index.js",
"dependencies": {},

@@ -19,4 +19,4 @@ "devDependencies": {

"scripts": {
"dist": "webpack -p index.js dist/expect.min.js",
"test": "jshint . && mocha --reporter spec 'tests/*-test.js'",
"dist": "webpack -p modules/index.js dist/expect.min.js",
"test": "jshint . && mocha --reporter spec 'modules/**/__tests__/*-test.js'",
"test-browser": "karma start"

@@ -23,0 +23,0 @@ },

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