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

dhtml-weixin

Package Overview
Dependencies
Maintainers
1
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhtml-weixin - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

16

index.js

@@ -96,6 +96,8 @@ module.exports =

Object.defineProperty(exports, "__esModule", { value: true });
exports.window = exports.document = void 0;
exports.window = exports.self = exports.document = void 0;
var document_1 = __webpack_require__(1);
exports.document = document_1.default;
var window_1 = __webpack_require__(4);
var self_1 = __webpack_require__(4);
exports.self = self_1.default;
var window_1 = __webpack_require__(5);
exports.window = window_1.default;

@@ -216,3 +218,13 @@

exports.__esModule = true;
exports.default = {};
/***/ }),
/* 5 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
exports.__esModule = true;
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -219,0 +231,0 @@

2

package.json

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

{"name":"dhtml-weixin","version":"0.1.2","description":"","author":"www.onekit.cn","license":"MIT","dependencies":{"oneutil":"latest"}}
{"name":"dhtml-weixin","version":"0.1.3","description":"","author":"www.onekit.cn","license":"MIT","dependencies":{"oneutil":"latest"}}
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