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.33 to 0.0.34

dist/index.umd.js

17

package.json
{
"name": "exalted.future",
"version": "0.0.33",
"version": "0.0.34",
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.",

@@ -8,6 +8,9 @@ "repository": "https://github.com/pre63/exalted.future.git",

"license": "Apache-2.0",
"source": "./src/index.js",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
"exports": "./dist/index.modern.js",
"source": "src/index.js",
"main": "dist/index.js",
"esmodule": "dist/index.modern.js",
"browser": "dist/index.modern.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"umd:main": "dist/index.umd.js",
"type": "module",

@@ -17,5 +20,5 @@ "private": false,

"scripts": {
"build": "microbundle build --raw -f cjs,esm,modern",
"build": "microbundle build --raw",
"prebuild": "rm -rf dist",
"pub": "nfmt && yarn test && yarn publish",
"pub": "yarn test && yarn publish",
"test": "jest ./tests/*",

@@ -22,0 +25,0 @@ "pretest": "yarn build",

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