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.20 to 0.1.21

2

lib/repl/repl.ts

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

async loadFrameworkContext() {
const paths = glob.sync([resolve(import.meta.dir, '../'), '(compiler|config|engines|orm|routing|server|testing|utils|views)/*.{js,ts}']);
const paths = glob.sync(resolve(import.meta.dir, '..') + '/**/*.{ts,tsx,js,jsx}')
const modules = await Promise.all(paths.map(path => import(path)));

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

{
"private": false,
"name": "@bakerjs/core",
"version": "0.1.20",
"version": "0.1.21",
"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