exalted.future
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "exalted.future", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.", | ||
@@ -9,9 +9,16 @@ "repository": "https://github.com/pre63/exalted.future.git", | ||
"source": "src/index.js", | ||
"main": "src/index.js", | ||
"type": "module", | ||
"esmodule": "dist/index.modern.js", | ||
"private": false, | ||
"sideEffects": false, | ||
"scripts": { | ||
"pub": "yarn test && yarn publish", | ||
"test": "node --experimental-vm-modules ./node_modules/.bin/jest ./specs/* --coverage" | ||
"build:udm": "microbundle -i src/index.js -o dist/index.udm.js --no-pkg-main -f umd", | ||
"build:module": "microbundle -i src/index.js -o dist/index.module.js --no-pkg-main -f module", | ||
"build:modern": "microbundle -i src/index.js -o dist/index.modern.js --no-pkg-main -f modern", | ||
"build:cjs": "microbundle -i src/index.js -o dist/index.modern.js --no-pkg-main -f cjs", | ||
"build": "yarn build:udm && yarn build:module && yarn build:modern && yarn build:cjs", | ||
"prebuild": "rm -rf dist", | ||
"pub": "yarn build && yarn publish", | ||
"test": "jest ./ci/*", | ||
"pretest": "yarn build", | ||
"specs": "node --experimental-vm-modules ./node_modules/.bin/jest ./specs/* --coverage" | ||
}, | ||
@@ -18,0 +25,0 @@ "devDependencies": { |
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
37254
5
13
0
No