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

collectronic

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collectronic - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

README.md

0

dist/main.d.ts

@@ -0,0 +0,0 @@ #!/usr/bin/env node

4

dist/main.js

@@ -15,3 +15,5 @@ #!/usr/bin/env node

const configPath = path.join(process.cwd(), `.config/collectronic.ts`);
const localConfigExport = (await tsImport.load(configPath)).default;
const localConfigExport = (await tsImport.load(configPath, {
allowConfigurationWithComments: true,
})).default;
const localConfig = await localConfigExport.getConfig();

@@ -18,0 +20,0 @@ const config = (0, options_defaults_1.defaults)({

export declare const concatArrays: (objValue: any, srcValue: any) => any[] | undefined;

@@ -0,0 +0,0 @@ "use strict";

{
"name": "collectronic",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/main.js",

@@ -14,3 +14,3 @@ "types": "dist/main.d.ts",

"options-defaults": "2.0.40",
"ts-import": "4.0.0-beta.2",
"ts-import": "4.0.0-beta.3",
"tslib": "2.4.0"

@@ -20,5 +20,5 @@ },

"@radrat-scripts/package": "2.0.46",
"@radrat/cli": "3.0.0-beta.4",
"@radrat/cli": "3.0.0-beta.5",
"@types/lodash": "4.14.182",
"@types/node": "16.11.41",
"@types/node": "16.11.42",
"typescript": "4.7.4"

@@ -25,0 +25,0 @@ },

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