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

@shopify/manifests

Package Overview
Dependencies
Maintainers
19
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/manifests - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/src/sorter.d.ts
import { AssetMetadata } from '@shopify/webpack-asset-metadata-plugin';
export declare function manifestSorter(manifestA: AssetMetadata, manifestB: AssetMetadata): 0 | 1 | -1;
export declare function manifestSorter(manifestA: AssetMetadata, manifestB: AssetMetadata): 1 | 0 | -1;
//# sourceMappingURL=sorter.d.ts.map
{
"name": "@shopify/manifests",
"version": "0.0.5",
"version": "0.0.6",
"main": "./dist/src/index.js",

@@ -14,2 +14,7 @@ "types": "./dist/src/index.d.js",

},
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/sewing-kit.git",
"directory": "packages/manifests"
},
"bin": {

@@ -25,3 +30,3 @@ "manifests": "./bin/manifests"

"devDependencies": {
"@shopify/webpack-asset-metadata-plugin": "^2.0.1"
"@shopify/webpack-asset-metadata-plugin": "^2.0.2"
},

@@ -28,0 +33,0 @@ "dependencies": {

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