Socket
Socket
Sign inDemoInstall

wildcard

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

component.json

8

package.json

@@ -9,4 +9,4 @@ {

],
"version": "0.1.2",
"main": "dist/commonjs/wildcard",
"version": "0.1.3",
"main": "wildcard",
"engines": {

@@ -17,3 +17,3 @@ "node": ">= 0.6.x < 0.9.0"

"devDependencies": {
"mocha": "*",
"mocha": "1.6.x",
"expect.js": "0.1.x"

@@ -32,2 +32,2 @@ },

"contributors": []
}
}

@@ -1,2 +0,2 @@

var wildcard = require('../dist/commonjs/wildcard'),
var wildcard = require('../wildcard'),
expect = require('expect.js'),

@@ -3,0 +3,0 @@ testdata = [

@@ -1,2 +0,2 @@

var wildcard = require('../dist/commonjs/wildcard'),
var wildcard = require('../wildcard'),
expect = require('expect.js'),

@@ -3,0 +3,0 @@ testdata = {

@@ -1,2 +0,2 @@

var wildcard = require('../dist/commonjs/wildcard'),
var wildcard = require('../wildcard'),
expect = require('expect.js');

@@ -3,0 +3,0 @@

Sorry, the diff of this file is not supported yet

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