New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wunderbits.core

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wunderbits.core - npm Package Compare versions

Comparing version
0.1.9
to
0.1.10
+1
-1
package.json
{
"name": "wunderbits.core",
"version": "0.1.9",
"version": "0.1.10",
"description": "Core components of Wunderbits",

@@ -5,0 +5,0 @@ "main": "public/index.js",

@@ -35,3 +35,3 @@ 'use strict';

assert[type] = function (o, message) {
assert(typeof o === type, message);
assert(typeof o === type, message + ' (' + JSON.stringify(o) + ')');
};

@@ -44,2 +44,2 @@ }

module.exports = assert;
module.exports = assert;