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

@code-hike/mini-editor

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-hike/mini-editor - npm Package Compare versions

Comparing version 0.3.0--canary.111.a1cf9e4.0 to 0.3.0--canary.116.0186a87.0

2

dist/index.cjs.js

@@ -82,3 +82,3 @@ 'use strict';

classer.useClasser("ch-editor");
return (React__default['default'].createElement("div", __assign({ ref: ref }, rest, { className: "ch-frame ch-editor-frame", style: __assign({ background: utils.getColor(theme, utils.ColorName.EditorGroupHeaderBackground) }, style) }),
return (React__default['default'].createElement("div", __assign({ ref: ref }, rest, { className: "ch-editor-frame", style: __assign({ background: utils.getColor(theme, utils.ColorName.EditorGroupHeaderBackground) }, style) }),
React__default['default'].createElement("div", { className: "ch-frame-title-bar" },

@@ -85,0 +85,0 @@ React__default['default'].createElement(TabsContainer, { tabs: northPanel.tabs, showFrameButtons: true, button: button, panel: "north", theme: theme, onTabClick: onTabClick })),

@@ -74,3 +74,3 @@ import React from 'react';

useClasser("ch-editor");
return (React.createElement("div", __assign({ ref: ref }, rest, { className: "ch-frame ch-editor-frame", style: __assign({ background: getColor(theme, ColorName.EditorGroupHeaderBackground) }, style) }),
return (React.createElement("div", __assign({ ref: ref }, rest, { className: "ch-editor-frame", style: __assign({ background: getColor(theme, ColorName.EditorGroupHeaderBackground) }, style) }),
React.createElement("div", { className: "ch-frame-title-bar" },

@@ -77,0 +77,0 @@ React.createElement(TabsContainer, { tabs: northPanel.tabs, showFrameButtons: true, button: button, panel: "north", theme: theme, onTabClick: onTabClick })),

{
"name": "@code-hike/mini-editor",
"version": "0.3.0--canary.111.a1cf9e4.0",
"version": "0.3.0--canary.116.0186a87.0",
"main": "dist/index.cjs.js",

@@ -15,3 +15,3 @@ "typings": "dist/index.d.ts",

"devDependencies": {
"@code-hike/script": "0.3.0--canary.111.a1cf9e4.0",
"@code-hike/script": "0.3.0--canary.116.0186a87.0",
"@types/react": "^17.0.2",

@@ -21,6 +21,6 @@ "react": "^17.0.2"

"dependencies": {
"@code-hike/classer": "0.3.0--canary.111.a1cf9e4.0",
"@code-hike/mini-frame": "0.3.0--canary.111.a1cf9e4.0",
"@code-hike/mini-terminal": "0.3.0--canary.111.a1cf9e4.0",
"@code-hike/smooth-code": "0.3.0--canary.111.a1cf9e4.0",
"@code-hike/classer": "0.3.0--canary.116.0186a87.0",
"@code-hike/mini-frame": "0.3.0--canary.116.0186a87.0",
"@code-hike/mini-terminal": "0.3.0--canary.116.0186a87.0",
"@code-hike/smooth-code": "0.3.0--canary.116.0186a87.0",
"use-spring": "^0.2.3"

@@ -45,3 +45,3 @@ },

},
"gitHead": "a1cf9e4fed74ec7d6353db38b3c85547c1c64607"
"gitHead": "0186a8722f3e14c54e147a04d3911ba83ba817e6"
}

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