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

@code-hike/smooth-code

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-hike/smooth-code - npm Package Compare versions

Comparing version 0.3.0--canary.111.04b44e6.0 to 0.3.0--canary.111.a1cf9e4.0

3

dist/index.cjs.js

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

var lineCount = lines.length;
var element = (React__default['default'].createElement("code", { style: { display: "block" } },
var element = (React__default['default'].createElement("code", { className: "ch-code-scroll-parent" },
React__default['default'].createElement("br", null),

@@ -906,3 +906,2 @@ lines.map(function (line, i) { return (React__default['default'].createElement("div", { ref: line === prevLongestLine

position: "relative",
display: "block",
overflow: "auto",

@@ -909,0 +908,0 @@ }, className: "ch-code-scroll-parent", children: children }));

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

var lineCount = lines.length;
var element = (React.createElement("code", { style: { display: "block" } },
var element = (React.createElement("code", { className: "ch-code-scroll-parent" },
React.createElement("br", null),

@@ -898,3 +898,2 @@ lines.map(function (line, i) { return (React.createElement("div", { ref: line === prevLongestLine

position: "relative",
display: "block",
overflow: "auto",

@@ -901,0 +900,0 @@ }, className: "ch-code-scroll-parent", children: children }));

{
"name": "@code-hike/smooth-code",
"version": "0.3.0--canary.111.04b44e6.0",
"version": "0.3.0--canary.111.a1cf9e4.0",
"main": "dist/index.cjs.js",

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

"devDependencies": {
"@code-hike/script": "0.3.0--canary.111.04b44e6.0",
"@code-hike/script": "0.3.0--canary.111.a1cf9e4.0",
"@types/diff": "^4.0.2",

@@ -28,4 +28,4 @@ "@types/jest": "^24.0.15",

"dependencies": {
"@code-hike/highlighter": "0.3.0--canary.111.04b44e6.0",
"@code-hike/utils": "0.3.0--canary.111.04b44e6.0",
"@code-hike/highlighter": "0.3.0--canary.111.a1cf9e4.0",
"@code-hike/utils": "0.3.0--canary.111.a1cf9e4.0",
"diff": "^4.0.2",

@@ -51,3 +51,3 @@ "use-spring": "^0.2.3"

},
"gitHead": "04b44e6d7fb3798aebe32eebcd3fba6ebb55b82e"
"gitHead": "a1cf9e4fed74ec7d6353db38b3c85547c1c64607"
}

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