Socket
Socket
Sign inDemoInstall

gitignore-to-glob

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

dist/lib/gitignore-to-glob.js

43

package.json
{
"name": "gitignore-to-glob",
"version": "0.2.0",
"version": "0.2.1",
"description": "Transforms .gitignore patterns to ones compatible with the glob package (used by Grunt & others)",

@@ -12,5 +12,3 @@ "homepage": "https://github.com/EE/gitignore-to-glob",

"gitignore",
"glob",
"modules",
"dependencies"
"glob"
],

@@ -24,15 +22,36 @@ "repository": {

"files": [
"lib"
"index.js",
"lib",
"dist/lib"
],
"devDependencies": {
"eslint-config-mgol": "0.0.10",
"babel-plugin-transform-es2015-arrow-functions": "6.5.2",
"babel-plugin-transform-es2015-block-scoped-functions": "6.5.0",
"babel-plugin-transform-es2015-block-scoping": "6.5.0",
"babel-plugin-transform-es2015-classes": "6.5.2",
"babel-plugin-transform-es2015-computed-properties": "6.5.2",
"babel-plugin-transform-es2015-destructuring": "6.5.0",
"babel-plugin-transform-es2015-for-of": "6.5.2",
"babel-plugin-transform-es2015-function-name": "6.5.0",
"babel-plugin-transform-es2015-literals": "6.5.0",
"babel-plugin-transform-es2015-object-super": "6.5.0",
"babel-plugin-transform-es2015-parameters": "6.5.0",
"babel-plugin-transform-es2015-shorthand-properties": "6.5.0",
"babel-plugin-transform-es2015-spread": "6.5.2",
"babel-plugin-transform-es2015-sticky-regex": "6.5.0",
"babel-plugin-transform-es2015-template-literals": "6.5.2",
"babel-plugin-transform-es2015-typeof-symbol": "6.5.0",
"babel-plugin-transform-es2015-unicode-regex": "6.5.0",
"babel-plugin-transform-exponentiation-operator": "6.5.0",
"babel-plugin-transform-regenerator": "6.5.2",
"eslint-config-mgol": "0.0.13",
"grunt": "0.4.5",
"grunt-babel": "5.0.3",
"grunt-babel": "6.0.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-eslint": "17.3.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-eslint": "18.0.0",
"grunt-mocha-test": "0.12.7",
"load-grunt-tasks": "3.4.0",
"mocha": "2.3.4",
"load-grunt-tasks": "3.4.1",
"mocha": "2.4.5",
"time-grunt": "1.3.0"

@@ -39,0 +58,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc