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

@mighty-justice/smart-bool

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mighty-justice/smart-bool - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

3

dist/index.d.ts

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

export { default as SmartBool } from './SmartBool';
import { default as SmartBool } from './SmartBool';
export default SmartBool;
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var mobx = require('mobx');

@@ -557,2 +555,2 @@

exports.SmartBool = SmartBool;
module.exports = SmartBool;

@@ -553,2 +553,2 @@ import { observable } from 'mobx';

export { SmartBool };
export default SmartBool;
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('mobx')) :
typeof define === 'function' && define.amd ? define(['exports', 'mobx'], factory) :
(global = global || self, factory(global['smart-bool'] = {}, global.mobx));
}(this, function (exports, mobx) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('mobx')) :
typeof define === 'function' && define.amd ? define(['mobx'], factory) :
(global = global || self, global['smart-bool'] = factory(global.mobx));
}(this, function (mobx) { 'use strict';

@@ -557,6 +557,4 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {

exports.SmartBool = SmartBool;
return SmartBool;
Object.defineProperty(exports, '__esModule', { value: true });
}));
{
"name": "@mighty-justice/smart-bool",
"version": "0.2.0",
"version": "0.3.0",
"description": "Eliminate your single-line boolean setting methods",

@@ -8,2 +8,3 @@ "main": "dist/SmartBool.cjs.js",

"browser": "dist/SmartBool.umd.js",
"types": "dist/index.d.ts",
"publishConfig": {

@@ -102,5 +103,3 @@ "access": "public"

},
"dependencies": {
"gitbook-plugin-search-plus": "^1.0.4-alpha-3"
}
"dependencies": {}
}
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