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

@wendellhu/redi

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wendellhu/redi - npm Package Compare versions

Comparing version 0.13.2 to 0.13.3

2

dist/redi.js

@@ -326,3 +326,3 @@ (function (global, factory) {

function DependencyNotFoundError(id) {
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector.");
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector. The stack of dependencies is: \"").concat(ResolvingStack.map(function (id) { return prettyPrintIdentifier(id); }).join(' -> '), "\".");
return _super.call(this, msg) || this;

@@ -329,0 +329,0 @@ }

@@ -52,3 +52,3 @@ var __extends = (this && this.__extends) || (function () {

function DependencyNotFoundError(id) {
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector.");
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector. The stack of dependencies is: \"").concat(ResolvingStack.map(function (id) { return prettyPrintIdentifier(id); }).join(' -> '), "\".");
return _super.call(this, msg) || this;

@@ -55,0 +55,0 @@ }

@@ -320,3 +320,3 @@ var IdentifierDecoratorSymbol = Symbol('$$IDENTIFIER_DECORATOR');

function DependencyNotFoundError(id) {
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector.");
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector. The stack of dependencies is: \"").concat(ResolvingStack.map(function (id) { return prettyPrintIdentifier(id); }).join(' -> '), "\".");
return _super.call(this, msg) || this;

@@ -323,0 +323,0 @@ }

{
"$schema": "https://raw.githubusercontent.com/wzhudev/squirrel/master/src/schema/package.schema.json",
"name": "@wendellhu/redi",
"version": "0.13.2",
"version": "0.13.3",
"description": "A dependency library for TypeScript and JavaScript, along with a binding for React.",

@@ -6,0 +6,0 @@ "author": "Wenzhao Hu<wzhudev@gmail.com>",

Sorry, the diff of this file is not supported yet

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