Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

badgee

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badgee - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

package.json
{
"name": "badgee",
"author": "Olivier Audard <audard@gmail.com>",
"version": "2.0.1",
"version": "2.0.2",
"description": "a browser console improvement",

@@ -58,3 +58,3 @@ "main": "build/badgee.js",

"strip-json-comments-cli": "^1.0.1",
"uglify-js": "^3.0.25",
"uglify-js": "^2.8.29",
"watch": "^1.0.2"

@@ -61,0 +61,0 @@ },

@@ -46,3 +46,3 @@ /* eslint-disable no-console */

expect(styles).to.be.an('array');
expect(styles).to.have.length.of(3);
expect(styles).to.have.lengthOf(3);
});

@@ -49,0 +49,0 @@

Sorry, the diff of this file is not supported yet

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