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

@bakerjs/core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bakerjs/core - npm Package Compare versions

Comparing version 0.1.19 to 0.1.20

2

lib/repl/repl.ts

@@ -159,3 +159,3 @@ import { glob } from "glob";

async loadAppContext() {
const appPaths = glob.sync(`${config().root}/**/*.{ts,tsx,js,jsx}`);
const appPaths = glob.sync(`${config().root}/**/*.{ts,tsx,js,jsx}`).filter(p => !p.includes('testing'));
const modules = await Promise.all(appPaths.map(path => import(path)));

@@ -162,0 +162,0 @@ const args = modules.flatMap(module => Object.values(module)).filter((arg: any) => arg.name !== 'default');

{
"private": false,
"name": "@bakerjs/core",
"version": "0.1.19",
"version": "0.1.20",
"type": "module",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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