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.0.10 to 0.0.11

5

document.js

@@ -1,3 +0,4 @@

import HTMLElement from "./HTMLElement"
export default {
const HTMLElement= require("./HTMLElement")
module.exports = {
createElement(nodeName){

@@ -4,0 +5,0 @@ switch ( nodeName ) {

8

index.js

@@ -1,9 +0,7 @@

import document from './document'
import HTMLElement from './HTMLElement'
import window from './window'
const document = require( './document')
const window = require( './window')
export default {
module.exports = {
document,
HTMLElement,
window
}
{
"name": "dhtml-weixin",
"version": "0.0.10",
"version": "0.0.11",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,3 +11,4 @@

/////////////////////////////////////////////////
export default {
module.exports = {
devicePixelRatio,

@@ -14,0 +15,0 @@ innerWidth,

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