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

gex

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gex - npm Package Compare versions

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 @@ }

2

package.json

@@ -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/)",

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