New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@servicetitan/anvil-themes

Package Overview
Dependencies
Maintainers
8
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/anvil-themes - npm Package Compare versions

Comparing version 11.0.0 to 11.1.0

10

dist/src/utilities/createTheme.js

@@ -26,7 +26,7 @@ "use strict";

exports.createTheme = void 0;
var light = __importStar(require("../../build/theme/core/web/light"));
var merge_1 = __importDefault(require("lodash/merge"));
var createTheme = function (a, b) {
var overrides = b || a;
var base = b ? a : light;
const light = __importStar(require("../../build/theme/core/web/light"));
const merge_1 = __importDefault(require("lodash/merge"));
const createTheme = (a, b) => {
const overrides = b || a;
const base = b ? a : light;
return (0, merge_1.default)(base, overrides);

@@ -33,0 +33,0 @@ };

{
"name": "@servicetitan/anvil-themes",
"version": "11.0.0",
"version": "11.1.0",
"description": "",

@@ -34,3 +34,3 @@ "main": "./dist/index.js",

"devDependencies": {
"@servicetitan/tokens": "^11.0.0",
"@servicetitan/tokens": "^11.1.0",
"@types/lodash": "4.14.175",

@@ -50,3 +50,3 @@ "@types/node": "16.9.1",

},
"gitHead": "46b6e5ef9dfd6d654050c5787b64e24b4148d995"
"gitHead": "0e2f2556b9dd945abd351d89f71690c044bc7f09"
}

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