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

@kaizen/hosted-assets

Package Overview
Dependencies
Maintainers
10
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/hosted-assets - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

6

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.assetUrl = void 0;
var ORIGIN_BASE_URL = "https://d1e7r7b0lb8p4d.cloudfront.net";
var ORIGIN_BASE_URL = 'https://d1e7r7b0lb8p4d.cloudfront.net';
/**

@@ -16,6 +16,4 @@ * Returns the full URL of the asset at `path` managed by the

*/
var assetUrl = function (path) {
return [ORIGIN_BASE_URL, path].join("/");
};
var assetUrl = function (path) { return [ORIGIN_BASE_URL, path].join('/'); };
exports.assetUrl = assetUrl;
//# sourceMappingURL=index.js.map
{
"name": "@kaizen/hosted-assets",
"version": "2.1.0",
"version": "2.1.1",
"description": "Hosted assets for Culture Amp's Kaizen Design System.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/cultureamp/kaizen-design-system/packages/hosted-assets#readme",

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