Socket
Socket
Sign inDemoInstall

@vtex/order-manager

Package Overview
Dependencies
Maintainers
73
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/order-manager - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3-0

4

dist/order-manager.cjs.development.js

@@ -5,2 +5,6 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var React = _interopDefault(require('react'));
var Example = function Example(_ref) {

@@ -7,0 +11,0 @@ var text = _ref.text;

2

dist/order-manager.cjs.production.min.js

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Example=function(e){return React.createElement("div",null,"Example Component: ",e.text)};
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e;exports.Example=function(e){return t.createElement("div",null,"Example Component: ",e.text)};
//# sourceMappingURL=order-manager.cjs.production.min.js.map

@@ -0,1 +1,3 @@

import React from 'react';
var Example = function Example(_ref) {

@@ -2,0 +4,0 @@ var text = _ref.text;

{
"name": "@vtex/order-manager",
"version": "0.0.2",
"version": "0.0.3-0",
"description": "",

@@ -5,0 +5,0 @@ "repository": "https://github.com/vtex/order-manager",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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