Comparing version 3.3.2 to 3.3.3
@@ -1,3 +0,7 @@ | ||
3.3.1 / 2016-10-11 | ||
3.3.3 / 2016-10-11 | ||
--------------------- | ||
- added missing minified version | ||
3.3.2 / 2016-10-11 | ||
--------------------- | ||
- added `equalsIgnoreCase` [#185](https://github.com/jprichardson/string.js/issues/185) | ||
@@ -4,0 +8,0 @@ |
@@ -85,3 +85,3 @@ !function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.S=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){ | ||
var VERSION = '3.3.2'; | ||
var VERSION = '3.3.3'; | ||
@@ -88,0 +88,0 @@ var ENTITIES = {}; |
@@ -8,3 +8,3 @@ /* | ||
var VERSION = '3.3.2'; | ||
var VERSION = '3.3.3'; | ||
@@ -11,0 +11,0 @@ var ENTITIES = {}; |
{ | ||
"name": "string", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://stringjs.com", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197097
22
1
4