Socket
Socket
Sign inDemoInstall

@compassdigital/constant

Package Overview
Dependencies
0
Maintainers
52
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

7

lib/eventbridge.d.ts

@@ -46,3 +46,10 @@ export declare const EVENTBRIDGE: {

};
shoppingcartCdlProvider: {
source: string;
detail_types: {
shoppingcart_created: string;
shoppingcart_updated: string;
};
};
};
};

@@ -49,3 +49,10 @@ "use strict";

},
shoppingcartCdlProvider: {
source: 'shoppingcart.cdl',
detail_types: {
shoppingcart_created: 'shoppingcart_created',
shoppingcart_updated: 'shoppingcart_updated',
},
},
},
};

@@ -51,2 +51,9 @@ export * from './cdl';

};
shoppingcartCdlProvider: {
source: string;
detail_types: {
shoppingcart_created: string;
shoppingcart_updated: string;
};
};
};

@@ -53,0 +60,0 @@ };

2

package.json
{
"name": "@compassdigital/constant",
"version": "0.4.1",
"version": "0.4.2",
"description": "Module to store all the hardcoded variables in the code",

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

@@ -47,3 +47,10 @@

},
shoppingcartCdlProvider: {
source: 'shoppingcart.cdl',
detail_types: {
shoppingcart_created: 'shoppingcart_created',
shoppingcart_updated: 'shoppingcart_updated',
},
},
},
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc