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.1 to 0.1.2

gex.js

43

package.json
{
"name": "gex",
"description": "Glob expressions for JavaScript",
"keywords": ["glob","star","question","mark","expression","regular"],
"version": "0.1.1",
"keywords": [
"glob",
"star",
"question",
"mark",
"expression",
"regular"
],
"version": "0.1.2",
"homepage": "https://github.com/rjrodger/gex",
"author": "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)",
"contributors": [
"Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)"
"author": "Richard Rodger (http://richardrodger.com/)",
"contributors": [
"Richard Rodger (http://richardrodger.com/)"
],
"license": "MIT",
"dependencies": {
"underscore": "~1.4.4"
"underscore": "~1.5.2"
},
"main": "lib/gex",
"directories": {
"lib": "lib"
"main": "gex.js",
"repository": {
"type": "git",
"url": "https://github.com/rjrodger/gex.git"
},
"repository": { "type" : "git", "url" : "https://github.com/rjrodger/gex.git" },
"engines": {
"node": "*"
},
"files":[
"files": [
"README.md",
"LICENSE.txt",
"lib/gex.js"
]
}
"gex.js"
],
"scripts": {
"test": "./node_modules/.bin/jasmine-node ./test",
"browser": "phantomjs test/run-jasmine.js test/jasmine.html",
"build": "uglifyjs gex.js -c \"evaluate=false\" --comments \"/ Copyright .*/\" -m --source-map gex-min.map -o gex-min.js"
},
"devDependencies": {
"jasmine-node": "~1.11.0"
}
}

@@ -5,7 +5,10 @@ # gex

Current Version: 0.1.1
This module works on both Node.js and browsers.
Tested on: node 0.8
Current Version: 0.1.2
Tested on: Node.js 0.10.19, Chrome 29, Firefox 23, Safari 5.1, Opera 12.11
## Glob expressions for JavaScript

@@ -12,0 +15,0 @@

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