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

@composer-js/core

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@composer-js/core - npm Package Compare versions

Comparing version 6.0.0-rc.16 to 6.0.0-rc.17

3

dist/lib/ObjectUtils.js

@@ -29,3 +29,4 @@ "use strict";

const nullable = Reflect.getMetadata("cjs:nullable", obj, member);
if (!nullable && !obj[member]) {
// Value of '0' is valid. Don't throw on such values.
if (!nullable && (obj[member] === null || obj[member] === undefined || obj[member] === "")) {
throw new Error(`Property ${member} cannot be null.`);

@@ -32,0 +33,0 @@ }

{
"name": "@composer-js/core",
"version": "6.0.0-rc.16",
"version": "6.0.0-rc.17",
"description": "A collection of common utilities and core functionality for composerjs applications.",

@@ -5,0 +5,0 @@ "repository": "https://gitlab.acceleratxr.com/composerjs/composer-core.git",

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