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

@hazae41/result

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazae41/result - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

dist/types/index.d.ts

16

package.json
{
"type": "module",
"name": "@hazae41/result",
"version": "1.1.5",
"version": "1.1.6",
"description": "Rust-like Result for TypeScript",

@@ -12,7 +12,8 @@ "homepage": "https://github.com/hazae41/result",

"module": "./dist/esm/index.mjs",
"types": "./dist/esm/index.d.ts",
"types": "./dist/types/index.d.ts",
"sideEffects": false,
"files": [
"./dist/esm",
"./dist/cjs"
"./dist/cjs",
"./dist/types"
],

@@ -25,3 +26,3 @@ "scripts": {

"dependencies": {
"@hazae41/option": "^1.0.22"
"@hazae41/option": "^1.0.23"
},

@@ -32,4 +33,5 @@ "devDependencies": {

"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.8.2",
"rollup": "^4.0.0",
"@types/node": "^20.8.3",
"rollup": "^4.0.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-node-externals": "^6.1.2",

@@ -40,3 +42,3 @@ "typescript": "^5.2.2"

".": {
"types": "./dist/esm/index.d.ts",
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",

@@ -43,0 +45,0 @@ "require": "./dist/cjs/index.cjs"

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