New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tiny-js-md5

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-js-md5 - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

18

dist/tiny-js-md5.js

@@ -46,3 +46,3 @@ module.exports =

/* 0 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {

@@ -52,14 +52,17 @@ module.exports = __webpack_require__(1);

/***/ },
/***/ }),
/* 1 */
/***/ function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
const md5 = __webpack_require__(2);
var md5 = __webpack_require__(2);
module.exports = md5;
/***/ },
/***/ }),
/* 2 */
/***/ function(module, exports) {
/***/ (function(module, exports) {
/*** IMPORTS FROM imports-loader ***/
var md5 = {};
md5 = function(){

@@ -135,3 +138,4 @@

/***/ }
/***/ })
/******/ ]);
{
"name": "tiny-js-md5",
"version": "1.1.1",
"version": "1.1.2",
"description": "Tiny footprint md5 crypto npm package from js-crypto",

@@ -23,4 +23,5 @@ "main": "dist/tiny-js-md5.js",

"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"webpack": "^1.13.3"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc