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

@teambit/api-reference.utils.custom-prism-syntax-highlighter-theme

Package Overview
Dependencies
Maintainers
16
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/api-reference.utils.custom-prism-syntax-highlighter-theme - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/preview-1704113440840.js

5

dist/index.d.ts

@@ -1,2 +0,5 @@

import DefaultBitPrismTheme from './custom-theme';
/// <reference types="react" />
declare const DefaultBitPrismTheme: {
[key: string]: import("react").CSSProperties;
};
export default DefaultBitPrismTheme;

3

dist/index.js

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

const custom_theme_1 = __importDefault(require("./custom-theme"));
exports.default = custom_theme_1.default;
const DefaultBitPrismTheme = custom_theme_1.default;
exports.default = DefaultBitPrismTheme;
//# sourceMappingURL=index.js.map

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

import DefaultBitPrismTheme from './custom-theme';
import _DefaultBitPrismTheme from './custom-theme';
const DefaultBitPrismTheme = _DefaultBitPrismTheme as { [key: string]: React.CSSProperties };
export default DefaultBitPrismTheme;
{
"name": "@teambit/api-reference.utils.custom-prism-syntax-highlighter-theme",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://bit.cloud/teambit/api-reference/utils/custom-prism-syntax-highlighter-theme",

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

"name": "utils/custom-prism-syntax-highlighter-theme",
"version": "0.0.4"
"version": "0.0.5"
},

@@ -21,2 +21,4 @@ "dependencies": {},

"license": "Apache-2.0",
"optionalDependencies": {},
"peerDependenciesMeta": {},
"private": false,

@@ -23,0 +25,0 @@ "engines": {

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