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

qunit

Package Overview
Dependencies
Maintainers
6
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qunit - npm Package Compare versions

Comparing version 2.19.0 to 2.19.1

4

package.json

@@ -5,7 +5,7 @@ {

"description": "The powerful, easy-to-use testing framework.",
"version": "2.19.0",
"version": "2.19.1",
"homepage": "https://qunitjs.com",
"author": {
"name": "OpenJS Foundation and other contributors",
"url": "https://github.com/qunitjs/qunit/blob/2.19.0/AUTHORS.txt"
"url": "https://github.com/qunitjs/qunit/blob/2.19.1/AUTHORS.txt"
},

@@ -12,0 +12,0 @@ "repository": {

@@ -76,8 +76,3 @@ 'use strict';

function capitalize (string) {
return string.charAt(0).toUpperCase() + string.slice(1);
}
module.exports = {
capitalize,
error,

@@ -84,0 +79,0 @@ getFilesFromArgs,

Sorry, the diff of this file is not supported yet

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