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

@aidc/utils

Package Overview
Dependencies
Maintainers
4
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aidc/utils - npm Package Compare versions

Comparing version 0.2.26 to 0.2.27

4

dist/image/check-webp.js

@@ -9,3 +9,3 @@ /*

import { isChromeScript } from "../env";
import { isChromeScript, isWindow } from "../env";

@@ -15,3 +15,3 @@ // check lossy attribute

function checkWebpFeature() {
if (isChromeScript) return;
if (!isWindow || isChromeScript) return;
var img = new Image();

@@ -18,0 +18,0 @@ img.onload = function () {

{
"name": "@aidc/utils",
"version": "0.2.26",
"version": "0.2.27",
"repository": "git@gitlab.alibaba-inc.com:aidc-innovation/aidc-fe.git",

@@ -5,0 +5,0 @@ "module": "dist/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