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

fenextjs-error

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-error - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

cjs/Input/NotEqual/index.d.ts
import { ErrorFenextjs } from "../../Fenextjs";
export declare class ErrorNotEqual extends ErrorFenextjs {
export declare class ErrorInputNotEqual extends ErrorFenextjs {
constructor(d?: {

@@ -4,0 +4,0 @@ input?: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorNotEqual = void 0;
exports.ErrorInputNotEqual = void 0;
const Error_1 = require("fenextjs-interface/cjs/Error");
const Fenextjs_1 = require("../../Fenextjs");
class ErrorNotEqual extends Fenextjs_1.ErrorFenextjs {
class ErrorInputNotEqual extends Fenextjs_1.ErrorFenextjs {
constructor(d) {

@@ -15,3 +15,3 @@ super({

}
exports.ErrorNotEqual = ErrorNotEqual;
exports.ErrorInputNotEqual = ErrorInputNotEqual;
//# sourceMappingURL=index.js.map
{
"name": "fenextjs-error",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

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