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

@shopify/admin-ui-extensions

Package Overview
Dependencies
Maintainers
18
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/admin-ui-extensions - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

16

package.json
{
"name": "@shopify/admin-ui-extensions",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -14,3 +14,13 @@ "module": "index.mjs",

},
"./*": "./*"
"./*": "./*",
"./extension-api": {
"esnext": "./extension-api.esnext",
"import": "./extension-api.mjs",
"require": "./extension-api.js"
},
"./extension-points": {
"esnext": "./extension-points.esnext",
"import": "./extension-points.mjs",
"require": "./extension-points.js"
}
},

@@ -27,3 +37,3 @@ "license": "MIT",

},
"gitHead": "a00fc56a2f02a7201f480e60aff0459c2f8c55ca"
"gitHead": "dd1039bba50cb199c7fc40181276eb06ac72f998"
}

Sorry, the diff of this file is not supported yet

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