🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

wildstring

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildstring - npm Package Compare versions

Comparing version

to
1.0.4

2

package.json
{
"name": "wildstring",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple String Wildcard Handling",

@@ -5,0 +5,0 @@ "main": "wildstring.js",

'use strict';
(function (root, definition) {
var wildstring = (function (name, definition) {
if (typeof(module) !== 'undefined') {

@@ -10,4 +10,7 @@ module.exports = definition();

}
else if (typeof(this) !== 'undefined') {
this[name] = definition();
}
else {
this['wildstring'] = definition();
return definition();
}

@@ -14,0 +17,0 @@ }('wildstring', function () {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet