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.22 to 0.0.23

dist/index.modern.js

11

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

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

"main": "src/index.js",
"cjs": "src/index.js",
"module": "dist/index.module.js",

@@ -19,5 +20,9 @@ "unpkg": "dist/index.umd.js",

"scripts": {
"build": "microbundle build --raw",
"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",
"pub": "yarn build && yarn test && yarn publish",
"test": "jest ./ci/*",

@@ -24,0 +29,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