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.26 to 0.0.27

dist/index.module.js

9

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

@@ -12,2 +12,5 @@ "repository": "https://github.com/pre63/exalted.future.git",

"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,3 @@ "private": false,

"scripts": {
"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.js --no-pkg-main -f cjs",
"build": "yarn build:modern && yarn build:cjs",
"build": "microbundle build --raw",
"prebuild": "rm -rf dist",

@@ -22,0 +23,0 @@ "pub": "yarn test && yarn publish",

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