@bitty/falsy
Advanced tools
Comparing version 0.0.0 to 0.0.1
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.isNullish = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.isNullish = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
@@ -1,2 +0,2 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e=e||self).isNullish={})}(this,(function(e){"use strict";e.default=function(e){return!e},Object.defineProperty(e,"__esModule",{value:!0})})); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).isNullish={})}(this,(function(e){"use strict";e.default=function(e){return!e},Object.defineProperty(e,"__esModule",{value:!0})})); | ||
//# sourceMappingURL=main.umd.min.js.map |
132
package.json
{ | ||
"name": "@bitty/falsy", | ||
"version": "0.0.0", | ||
"description": "Falsy helper functions and types for TypeScript.", | ||
"sideEffects": false, | ||
"cdn": "dist/main.umd.js", | ||
"main": "dist/main.js", | ||
"types": "types/main.d.ts", | ||
"unpkg": "dist/main.umd.js", | ||
"module": "dist/main.esm.js", | ||
"jsdelivr": "dist/main.umd.js", | ||
"umd:main": "dist/main.umd.js", | ||
"files": [ | ||
"dist/", | ||
"types/" | ||
], | ||
"keywords": [ | ||
"falsy", | ||
"falsey", | ||
"false", | ||
"non-falsy", | ||
"non-falsey", | ||
"predicate", | ||
"type", | ||
"types", | ||
"type-guard", | ||
"type-predicate", | ||
"type-helper", | ||
"typescript", | ||
"typescript-types", | ||
"fp", | ||
"functional programming", | ||
"function", | ||
"functional" | ||
], | ||
"scripts": { | ||
"test": "pnpm run test:code-style && pnpm run test:unit", | ||
"test:transpile": "tsc --project ./tsconfig.test.json", | ||
"test:unit": "pnpm run test:transpile && ava", | ||
"test:code-style": "prettier --check \"./src/**/*.ts\"", | ||
"build": "pnpm run build:transpile && pnpm run build:bundle", | ||
"build:transpile": "tsc --project ./tsconfig.build.json", | ||
"build:bundle": "rollup --config rollup.config.js", | ||
"prepublishOnly": "pnpm run test && pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/VitorLuizC/bitty.git", | ||
"directory": "packages/falsy" | ||
}, | ||
"author": { | ||
"url": "https://vitorluizc.github.io/", | ||
"name": "Vitor Luiz Cavalcanti", | ||
"email": "vitorluizc@outlook.com" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/VitorLuizC/bitty/issues" | ||
}, | ||
"homepage": "https://github.com/VitorLuizC/bitty/tree/master/packages/falsy", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ava": "^3.9.0", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.18.1", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"typescript": "^3.9.5" | ||
} | ||
"name": "@bitty/falsy", | ||
"version": "0.0.1", | ||
"description": "Falsy helper functions and types for TypeScript.", | ||
"sideEffects": false, | ||
"cdn": "dist/main.umd.js", | ||
"main": "dist/main.js", | ||
"types": "types/main.d.ts", | ||
"unpkg": "dist/main.umd.js", | ||
"module": "dist/main.esm.js", | ||
"jsdelivr": "dist/main.umd.js", | ||
"umd:main": "dist/main.umd.js", | ||
"files": [ | ||
"dist/", | ||
"types/" | ||
], | ||
"keywords": [ | ||
"falsy", | ||
"falsey", | ||
"false", | ||
"non-falsy", | ||
"non-falsey", | ||
"predicate", | ||
"type", | ||
"types", | ||
"type-guard", | ||
"type-predicate", | ||
"type-helper", | ||
"typescript", | ||
"typescript-types", | ||
"fp", | ||
"functional programming", | ||
"function", | ||
"functional" | ||
], | ||
"scripts": { | ||
"test": "pnpm run test:code-style && pnpm run test:unit", | ||
"test:transpile": "tsc --project ./tsconfig.test.json", | ||
"test:unit": "pnpm run test:transpile && ava", | ||
"test:code-style": "prettier --check \"./src/**/*.ts\"", | ||
"build": "pnpm run build:transpile && pnpm run build:bundle", | ||
"build:transpile": "tsc --project ./tsconfig.build.json", | ||
"build:bundle": "rollup --config rollup.config.js", | ||
"prepublishOnly": "pnpm run test && pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/VitorLuizC/bitty.git", | ||
"directory": "packages/falsy" | ||
}, | ||
"author": { | ||
"url": "https://vitorluizc.github.io/", | ||
"name": "Vitor Luiz Cavalcanti", | ||
"email": "vitorluizc@outlook.com" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/VitorLuizC/bitty/issues" | ||
}, | ||
"homepage": "https://github.com/VitorLuizC/bitty/tree/master/packages/falsy", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ava": "^3.11.1", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"typescript": "^3.9.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11847
1