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

intertype

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intertype - npm Package Compare versions

Comparing version 7.5.0 to 7.5.1

lib/index.js

4

loupe.js

@@ -812,2 +812,4 @@ (function (global, factory) {

function inspectBigInt(number, options) { return number.toString() + 'n'; };
function inspectNumber(number, options) {

@@ -1063,2 +1065,4 @@ if (isNaN(number)) {

Number: inspectNumber,
BigInt: inspectBigInt,
bigint: inspectBigInt,
string: inspectString,

@@ -1065,0 +1069,0 @@ String: inspectString,

4

package.json
{
"name": "intertype",
"version": "7.5.0",
"version": "7.5.1",
"description": "A JavaScript typechecker",
"main": "lib/main.js",
"main": "./index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo use https://github.com/loveencounterflow/hengist"

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