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

maybe-small

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maybe-small - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

dist/maybe.js

@@ -1,2 +0,2 @@

var Maybe = (function (exports) {
var Maybe = (function () {
'use strict';

@@ -53,6 +53,4 @@

exports.Maybe = Maybe;
return Maybe;
return exports;
}({}));
}());

@@ -1,2 +0,2 @@

export class Maybe {
export default class Maybe {
constructor(value) {

@@ -3,0 +3,0 @@ if (value instanceof Maybe) {

@@ -6,3 +6,3 @@ {

},
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -9,0 +9,0 @@ "files": [

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