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 1.2.0 to 2.0.0

21

CHANGELOG.md

@@ -6,2 +6,23 @@ # Change Log

# [2.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/hosted-assets@1.2.0...@kaizen/hosted-assets@2.0.0) (2022-04-13)
### Features
* remove elm related files, styles and config from Kaizen ([#2686](https://github.com/cultureamp/kaizen-design-system/issues/2686)) ([2fdf913](https://github.com/cultureamp/kaizen-design-system/commit/2fdf913dd4221d10e91cea2bb88208faf958efcc))
### BREAKING CHANGES
* * remove .elm files
* remove Elm specific .scss files
* remove Elm specific package folders
* remove Elm config and devDependencies on Elm
* remove Elm specific classes and declarations from modal stylesheets
* update documentation on Elm
# [1.2.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/hosted-assets@1.1.1...@kaizen/hosted-assets@1.2.0) (2021-06-11)

@@ -8,0 +29,0 @@

3

dist/index.js

@@ -14,3 +14,4 @@ "use strict";

*/
exports.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": "1.2.0",
"version": "2.0.0",
"description": "Hosted assets for Culture Amp's Kaizen Design System.",

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

"dist",
"_index.scss",
"**/*.elm"
"_index.scss"
],

@@ -28,3 +27,3 @@ "scripts": {

},
"gitHead": "1e6035e6e725f0e0d5fba12a11bf5fa5ab5ecce2"
"gitHead": "9c18c6ac4f466c3191ff5e12a93e7ce5db77be72"
}

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