Socket
Socket
Sign inDemoInstall

@esm-bundle/chai

Package Overview
Dependencies
1
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0 to 4.3.1

29

package.json
{
"name": "@esm-bundle/chai",
"version": "4.3.0",
"version": "4.3.1",
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",

@@ -10,3 +10,3 @@ "main": "chai.js",

"scripts": {
"test": "yarn build && concurrently -n w: 'yarn:test:*'",
"test": "pnpm build && concurrently -n w: 'pnpm:test:*'",
"test:browser": "karma start karma.conf.cjs --single-run",

@@ -19,9 +19,6 @@ "debug:test:browser": "karma start karma.conf.cjs",

"release": "release-it",
"prepublishOnly": "yarn build"
"prepublishOnly": "pnpm build",
"postinstall": "husky install",
"postpublish": "pinst --enable"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && yarn test"
}
},
"files": [

@@ -45,4 +42,16 @@ "esm",

"@rollup/plugin-node-resolve": "11.1.1",
"chai": "4.3.0",
"esm-bundle-scripts": "1.2.0"
"chai": "4.3.1",
"concurrently": "6.0.0",
"husky": "5.1.3",
"karma": "6.1.1",
"karma-firefox-launcher": "2.1.0",
"karma-jasmine": "4.0.1",
"mocha": "8.3.0",
"pinst": "2.1.6",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"release-it": "14.4.1",
"release-it-plugin-esm-bundle": "2.1.0",
"rollup": "2.40.0",
"rollup-plugin-terser": "7.0.2"
},

@@ -49,0 +58,0 @@ "publishConfig": {

# chai
[![npm version](https://img.shields.io/npm/v/@esm-bundle/chai.svg?style=flat)](https://www.npmjs.com/package/@esm-bundle/chai) [![build status](https://travis-ci.com/esm-bundle/chai.svg?branch=master)](https://travis-ci.com/esm-bundle/chai) [![](https://data.jsdelivr.com/v1/package/npm/@esm-bundle/chai/badge)](https://www.jsdelivr.com/package/npm/@esm-bundle/chai)
[![npm version](https://img.shields.io/npm/v/@esm-bundle/chai.svg?style=flat)](https://www.npmjs.com/package/@esm-bundle/chai) [![](https://data.jsdelivr.com/v1/package/npm/@esm-bundle/chai/badge)](https://www.jsdelivr.com/package/npm/@esm-bundle/chai)

@@ -5,0 +5,0 @@ ["What is this" blog post](https://medium.com/@joeldenning/an-esm-bundle-for-any-npm-package-5f850db0e04d)

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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