Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna-dockerize/logger

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-dockerize/logger - npm Package Compare versions

Comparing version 1.0.6-build.51a74da.0 to 1.0.6-build.93ed2b3.0

6

dist/options-of.d.ts

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

declare type IsLiteral<T> = T extends string ? string extends T ? false : true : false;
declare type DemandedField<T> = ({
type IsLiteral<T> = T extends string ? string extends T ? false : true : false;
type DemandedField<T> = ({
demandOption: true;

@@ -7,3 +7,3 @@ } | {

});
export declare type OptionsOf<T> = Required<{
export type OptionsOf<T> = Required<{
[P in keyof T]: (T[P] extends string ? {

@@ -10,0 +10,0 @@ type: 'string';

{
"name": "@lerna-dockerize/logger",
"version": "1.0.6-build.51a74da.0",
"version": "1.0.6-build.93ed2b3.0",
"description": "A dockerfile generator for lerna projects",

@@ -45,3 +45,3 @@ "keywords": [

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -48,0 +48,0 @@ "files": [

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