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

es-components-via-theme

Package Overview
Dependencies
Maintainers
4
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-components-via-theme - npm Package Compare versions

Comparing version 21.9.0-canary.77 to 21.9.0-canary.78

2

dist/packages/es-components-via-theme/src/index.d.ts

@@ -1,4 +0,4 @@

import type ESTheme from 'es-components-shared-types';
import type ESTheme from "../../../shared/types/src";
declare const theme: ESTheme;
export default theme;
//# sourceMappingURL=index.d.ts.map
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var es_components_shared_types_1 = __importDefault(require("../../../shared/types/src"));
// grayscale

@@ -4,0 +8,0 @@ var white = '#fff';

{
"name": "es-components-via-theme",
"version": "21.9.0-canary.77+2e64bc5c",
"version": "21.9.0-canary.78+57d81d3e",
"main": "dist/packages/es-components-via-theme/src/index.js",

@@ -8,3 +8,4 @@ "author": "Willis Towers Watson - Individual Marketplace",

"scripts": {
"build": "tsc --build"
"build": "tsc --build",
"prepublishOnly": "npm run build"
},

@@ -14,3 +15,3 @@ "devDependencies": {

},
"gitHead": "2e64bc5c7375f9397c3334e71052d37c044a3161"
"gitHead": "57d81d3ee3b53c2591286fabca459f57db32d30c"
}

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