@wordpress/wordcount
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -62,2 +62,3 @@ import "core-js/modules/es6.regexp.constructor"; | ||
} | ||
}; | ||
}; | ||
//# sourceMappingURL=defaultSettings.js.map |
@@ -90,2 +90,3 @@ import "core-js/modules/es6.regexp.match"; | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -17,2 +17,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripConnectors.js.map |
@@ -17,2 +17,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripHTMLComments.js.map |
@@ -17,2 +17,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripHTMLEntities.js.map |
@@ -17,2 +17,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripRemovables.js.map |
@@ -17,2 +17,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripShortcodes.js.map |
@@ -15,2 +15,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=stripSpaces.js.map |
@@ -15,2 +15,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=stripTags.js.map |
@@ -17,2 +17,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=transposeAstralsToCountableChar.js.map |
@@ -17,2 +17,3 @@ import "core-js/modules/es6.regexp.replace"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=transposeHTMLEntitiesToCountableChars.js.map |
@@ -71,2 +71,3 @@ "use strict"; | ||
}; | ||
exports.defaultSettings = defaultSettings; | ||
exports.defaultSettings = defaultSettings; | ||
//# sourceMappingURL=defaultSettings.js.map |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault"); | ||
@@ -111,2 +111,3 @@ Object.defineProperty(exports, "__esModule", { | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripConnectors.js.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripHTMLComments.js.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripHTMLEntities.js.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripRemovables.js.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=stripShortcodes.js.map |
@@ -22,2 +22,3 @@ "use strict"; | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=stripSpaces.js.map |
@@ -22,2 +22,3 @@ "use strict"; | ||
} | ||
} | ||
} | ||
//# sourceMappingURL=stripTags.js.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=transposeAstralsToCountableChar.js.map |
@@ -24,2 +24,3 @@ "use strict"; | ||
return text; | ||
} | ||
} | ||
//# sourceMappingURL=transposeHTMLEntitiesToCountableChars.js.map |
{ | ||
"name": "@wordpress/wordcount", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "WordPress word count utility.", | ||
@@ -22,3 +22,3 @@ "author": "The WordPress Contributors", | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0-beta.52", | ||
"@babel/runtime-corejs2": "7.0.0-beta.56", | ||
"lodash": "^4.17.10" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "04961befa151ae1224f50ae2b3742d797b7409d9" | ||
"gitHead": "f02064f12a148df60b8d79801858ce3699bdfb89" | ||
} |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
88195
60
989
3
+ Added@babel/runtime-corejs2@7.0.0-beta.56(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.12.1(transitive)
- Removed@babel/runtime@^7.0.0-beta.52
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)