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

exalted.future

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exalted.future - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

dist/index.modern.js

17

package.json
{
"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": {

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