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-next.20 to 0.3.0-next.21

2

dist/index.cjs.js

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

var htmlProps = _a.htmlProps, style = _a.style, children = _a.children;
return (React__default['default'].createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children })));
return (React__default['default'].createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0, padding: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children })));
}

@@ -1138,0 +1138,0 @@

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

var htmlProps = _a.htmlProps, style = _a.style, children = _a.children;
return (React.createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children })));
return (React.createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0, padding: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children })));
}

@@ -1130,0 +1130,0 @@

{
"name": "@code-hike/smooth-code",
"version": "0.3.0-next.20",
"version": "0.3.0-next.21",
"main": "dist/index.cjs.js",

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

"devDependencies": {
"@code-hike/script": "0.3.0-next.20",
"@code-hike/script": "0.3.0-next.21",
"@types/diff": "^4.0.2",

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

"dependencies": {
"@code-hike/highlighter": "0.3.0-next.20",
"@code-hike/utils": "0.3.0-next.20",
"@code-hike/highlighter": "0.3.0-next.21",
"@code-hike/utils": "0.3.0-next.21",
"diff": "^4.0.2",

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

},
"gitHead": "eb0f9519b43ee053534e07ac94026e01160c2eea"
"gitHead": "9744527cb78d571ebf4aac98a38c161805599c52"
}
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