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

@code-ui/docstring

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-ui/docstring - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

dist/lib/field/field.js

@@ -32,6 +32,6 @@ "use strict";

const _1 = __splits_1 &&
handlebars_1.default.compile(__splits_1)(Object.assign({}, props));
const _2 = handlebars_1.default.compile("{{ options.name }}")(Object.assign({}, props));
handlebars_1.default.compile(__splits_1)(Object.assign({}, props.field));
const _2 = handlebars_1.default.compile("{{ options.name }}")(Object.assign({}, props.field));
const _3 = __splits_3 &&
handlebars_1.default.compile(__splits_3)(Object.assign({}, props));
handlebars_1.default.compile(__splits_3)(Object.assign({}, props.field));
return (react_1.default.createElement(Wrapper, null,

@@ -38,0 +38,0 @@ _1 && react_1.default.createElement(Tag, null, _1),

{
"name": "@code-ui/docstring",
"version": "0.0.4",
"version": "0.0.5",
"repository": "https://github.com/gridaco/code-like-ui/tree/main/packages/docstring",

@@ -11,3 +11,4 @@ "homepage": "https://github.com/gridaco/code-like-ui",

"scripts": {
"prepack": "tsc"
"prepack": "tsc",
"clean": "rimraf ./dist"
},

@@ -14,0 +15,0 @@ "peerDependencies": {

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