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

isntnt

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isntnt - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

dist/esm/index.d.ts

10

package.json
{
"name": "isntnt",
"version": "1.4.2",
"version": "1.4.3",
"description": "A collection of composable JavaScript runtime type predicates with TypeScript type guard declarations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"author": "Nathan Uphoff",
"license": "WTFPL",
"files": [
"dist"
],
"scripts": {
"start": "yarn && yarn watch",
"watch": "tsc -w -d --skipLibCheck",
"build": "jest -u --silent --collectCoverage && rimraf dist && tsc -d --skipLibCheck",
"build": "jest -u --silent --collectCoverage && rimraf dist && yarn build:ts && yarn build:ts-esm",
"build:ts": "tsc -d --skipLibCheck",
"build:ts-esm": "tsc -p tsconfig.esm.json -d --skipLibCheck",
"test": "jest --watchAll --coverage",

@@ -14,0 +20,0 @@ "prepublishOnly": "yarn build"

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