Socket
Socket
Sign inDemoInstall

@contrast/common

Package Overview
Dependencies
Maintainers
9
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/common - npm Package Compare versions

Comparing version 1.17.0 to 1.18.0

2

lib/types.d.ts

@@ -270,2 +270,4 @@ /// <reference types="node" />

}
export declare class IntentionalError extends Error {
}
//# sourceMappingURL=types.d.ts.map

@@ -17,2 +17,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.IntentionalError = void 0;
class IntentionalError extends Error {
}
exports.IntentionalError = IntentionalError;
;
//# sourceMappingURL=types.js.map

2

package.json
{
"name": "@contrast/common",
"version": "1.17.0",
"version": "1.18.0",
"description": "Shared constants and utilities for all Contrast Agent modules",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

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