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.2 to 1.0.3

9

CHANGELOG.md
# Change Log
## [v1.0.0](https://github.com/PacoteJS/pacote/tree/@pacote/option/1.0.0) (2020-03-25)
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.3](https://github.com/PacoteJS/pacote/compare/@pacote/option@1.0.2...@pacote/option@1.0.3) (2020-06-03)
**Note:** Version bump only for package @pacote/option
## [1.0.0](https://github.com/PacoteJS/pacote/tree/@pacote/option/1.0.0) (2020-03-25)
[Full Changelog](https://github.com/PacoteJS/pacote/compare/@pacote/option@0.0.0...@pacote/option@1.0.0)
- Initial release.
"use strict";
exports.__esModule = true;
exports.fold = exports.and = exports.or = exports.filter = exports.flatMap = exports.map = exports.getOrElse = exports.flatten = exports.contains = exports.isNone = exports.isSome = exports.ofNullable = exports.None = exports.Some = void 0;
var Type = {

@@ -4,0 +5,0 @@ Some: Symbol('Some'),

4

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

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

},
"gitHead": "9f97bd0f121e9848bb2178c2d9da0760897ba337"
"gitHead": "ba24105cd8dcd3d15a53ae2d6e2d9809fcac62e7"
}
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