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

@dwdjs/utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dwdjs/utils - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/rem.js

@@ -13,3 +13,3 @@ "use strict";

if (clientWidth > 780) clientWidth = 780;
if (clientWidth < 310) clientWidth = 310; // 以 iphone6/7 为基准
if (clientWidth < 280) clientWidth = 280; // 以 iphone6/7 为基准

@@ -16,0 +16,0 @@ docEl.style.fontSize = 100 * (clientWidth / 375) + 'px';

{
"name": "@dwdjs/utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "utils",

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

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