Comparing version 0.1.2 to 0.1.3
26
gex.js
@@ -7,3 +7,3 @@ /* Copyright (c) 2011-2013 Richard Rodger, MIT License, https://github.com/rjrodger/patrun */ | ||
var root = this | ||
var previousGex = root.gex | ||
var previous_gex = root.gex | ||
@@ -41,22 +41,2 @@ var has_require = typeof require !== 'undefined' | ||
/* | ||
function gexstr(gexexp) { | ||
var gs = [] | ||
if( _.isArray(gexexp) || _.isArguments(gexexp) ) { | ||
for( var i = 0; i < gexexp.length; i++ ){ | ||
var s = clean(gexexp[i]) | ||
gexexp.push( | ||
( '*' == s || '?' == s ) ? s | ||
: self.esc(s) | ||
) | ||
} | ||
gs = gs.join('') | ||
} | ||
else { | ||
gs = clean(gexexp) | ||
} | ||
return gs | ||
} | ||
*/ | ||
function match(str) { | ||
@@ -75,4 +55,4 @@ str = ''+str | ||
_.noConflict = function() { | ||
root._ = previousGex; | ||
self.noConflict = function() { | ||
root.previous_gex = previous_gex; | ||
return self; | ||
@@ -79,0 +59,0 @@ } |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/rjrodger/gex", | ||
@@ -15,0 +15,0 @@ "author": "Richard Rodger (http://richardrodger.com/)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
8920
141