Socket
Socket
Sign inDemoInstall

chai

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai - npm Package Compare versions

Comparing version 5.0.0-alpha.0 to 5.0.0-alpha.1

19

package.json

@@ -21,3 +21,3 @@ {

],
"version": "5.0.0-alpha.0",
"version": "5.0.0-alpha.1",
"repository": {

@@ -31,18 +31,9 @@ "type": "git",

"main": "./chai.js",
"exports": {
".": {
"require": "./chai.cjs",
"import": "./chai.js"
},
"./*": "./*"
},
"scripts": {
"prebuild": "npm run clean",
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "esbuild --bundle --format=cjs --keep-names --outfile=chai.cjs index.js",
"build": "npm run build:esm",
"build:esm": "esbuild --bundle --format=esm --keep-names --outfile=chai.js index.js",
"pretest": "npm run build",
"test": "npm run test-node && npm run test-cjs && npm run test-chrome",
"test": "npm run test-node && npm run test-chrome",
"test-node": "mocha --require ./test/bootstrap/index.js --reporter dot test/*.js",
"test-cjs": "mocha --require ./test/bootstrap/index.js --reporter dot test/*.cjs",
"test-chrome": "karma start karma.conf.cjs --single-run --browsers HeadlessChrome",

@@ -58,6 +49,6 @@ "test-firefox": "karma start karma.conf.cjs --browsers Firefox",

"assertion-error": "^1.1.0",
"check-error": "^1.0.2",
"check-error": "^2.0.0",
"deep-eql": "^4.1.2",
"loupe": "^2.3.1",
"pathval": "^1.1.1",
"pathval": "^2.0.0",
"type-detect": "^4.0.5"

@@ -64,0 +55,0 @@ },

Sorry, the diff of this file is too big to display

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