Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@garfish/utils

Package Overview
Dependencies
Maintainers
8
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garfish/utils - npm Package Compare versions

Comparing version 1.16.1 to 1.16.2-beta-20230630083313.0

3

dist/esm/index.js

@@ -312,2 +312,5 @@ // src/utils.ts

}
if (url) {
el.src = url;
}
originScript && originScript.getAttributeNames().forEach((attribute) => {

@@ -314,0 +317,0 @@ el.setAttribute(attribute, originScript.getAttribute(attribute) || "");

@@ -420,2 +420,5 @@ var __create = Object.create;

}
if (url) {
el.src = url;
}
originScript && originScript.getAttributeNames().forEach((attribute) => {

@@ -422,0 +425,0 @@ el.setAttribute(attribute, originScript.getAttribute(attribute) || "");

4

package.json
{
"name": "@garfish/utils",
"version": "1.16.1",
"version": "1.16.2-beta-20230630083313.0",
"description": "utils module.",

@@ -30,3 +30,3 @@ "keywords": [

"devDependencies": {
"@garfish/core": "1.16.1"
"@garfish/core": "1.16.2-beta-20230630083313.0"
},

@@ -33,0 +33,0 @@ "publishConfig": {

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