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

@forrestjs/core

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forrestjs/core - npm Package Compare versions

Comparing version 5.0.0-alpha.32 to 5.0.0-alpha.33

4

package.json
{
"name": "@forrestjs/core",
"description": "ForrestJS is the Javascript plugin syste.",
"version": "5.0.0-alpha.32",
"version": "5.0.0-alpha.33",
"main": "src/index.js",

@@ -36,3 +36,3 @@ "types": "types/index.d.ts",

},
"gitHead": "d331d651ac13e7b86a861f3aa4ca9dc313876d0c",
"gitHead": "3f2b33220734efd8d26ef17f47326c90f42eb6ee",
"devDependencies": {

@@ -39,0 +39,0 @@ "jest": "^28.1.0",

@@ -22,4 +22,5 @@ const { traceAction } = require('./tracer');

const spreadArgs = (args, ctx) => {
if (typeof args === 'object' && args.log && args.getContext)
if (args !== null && typeof args === 'object' && args.log && args.getContext)
return [ctx, ctx];
return [scalars.includes(typeof args) ? args : { ...args }, ctx];

@@ -26,0 +27,0 @@ };

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