🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

wildstring

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildstring - npm Package Compare versions

Comparing version

to
1.0.0

documentation/classes.list.html

2

bower.json
{
"name": "wildstring",
"main": "index.js",
"main": "wildstring.js",
"version": "0.0.2",

@@ -5,0 +5,0 @@ "authors": [

@@ -26,3 +26,3 @@ 'use strict';

dist: {
src: ['index.js', 'test/*.js', 'README.md'],
src: ['wildstring.js', 'test/*.js', 'README.md'],
options: {

@@ -29,0 +29,0 @@ destination: 'documentation',

@@ -16,3 +16,3 @@ {

"navType": "vertical",
"theme": "cosmo",
"theme": "simplex",
"linenums": true,

@@ -19,0 +19,0 @@ "collapseSymbols": false,

{
"name": "wildstring",
"version": "0.0.3",
"version": "1.0.0",
"description": "Simple String Wildcard Handling",
"main": "index.js",
"main": "wildstring.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "grunt"

@@ -32,3 +32,2 @@ # [wildstring](https://www.youtube.com/watch?v=4qHX493bB3U)

make sure you rename the `index.js` file to `wildstring.js` when you add it to your project
``` html

@@ -87,1 +86,7 @@ <script src="wildstring.js"></script>

grunt will run all the tests and jshint, so just make sure it passes before submitting a pull request
## But I wanna know for sure
Documentation: [http://deltreey.github.io/wildstring](http://deltreey.github.io/wildstring)
Repository: [https://github.com/deltreey/wildstring](https://github.com/deltreey/wildstring)

Sorry, the diff of this file is not supported yet