Socket
Socket
Sign inDemoInstall

@vyro-x/components-kit

Package Overview
Dependencies
133
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

dist/cjs/index.js

@@ -28,2 +28,8 @@ "use strict";

});
var _ComponentKitContext = require("./context/ComponentKitContext");
Object.keys(_ComponentKitContext).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _ComponentKitContext[key]) return;
exports[key] = _ComponentKitContext[key];
});
//# sourceMappingURL=index.js.map

1

dist/esm/index.js

@@ -5,2 +5,3 @@ export * from './components/FormatCurrency';

export * from './components/VehicleTitle';
export * from './context/ComponentKitContext';
//# sourceMappingURL=index.js.map

@@ -5,1 +5,2 @@ export * from './components/FormatCurrency';

export * from './components/VehicleTitle';
export * from './context/ComponentKitContext';

3

package.json
{
"name": "@vyro-x/components-kit",
"version": "1.0.4",
"version": "1.0.5",
"description": "Intergrates components accross all frontends in vyro ecosystem.",

@@ -58,3 +58,2 @@ "sideEffects": false,

"prebuild": "rimraf dist",
"prepublish": "npm run build",
"build": "concurrently npm:build:*",

@@ -61,0 +60,0 @@ "build:cjs": "cross-env BABEL_ENV=cjs babel src --extensions .ts,.tsx -d dist/cjs --source-maps",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc