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

@pacote/option

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pacote/option - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "@pacote/option",
"description": "Option type inspired by Rust.",
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false,

@@ -33,3 +33,3 @@ "license": "MIT",

},
"gitHead": "989256011c9c9fd39a12f40d7777709bab5552eb"
"gitHead": "f4fe5b1185a60ef4c55038614f5275aa4ccca51c"
}

@@ -19,3 +19,3 @@ # @pacote/option

```typescript
import { None, Some } from '@pacote/option'
import { None, Some, map } from '@pacote/option'

@@ -22,0 +22,0 @@ function divide(numerator: number, denominator: number): Option<number> {

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