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

absurdum

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absurdum - npm Package Compare versions

Comparing version 0.79.1 to 0.79.2

index.cjs

12

package.json
{
"name": "absurdum",
"version": "0.79.1",
"version": "0.79.2",
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce",

@@ -35,9 +35,10 @@ "keywords": [

"types": "npx tsc -p .config/jsconfig.json",
"build": "npm run build:cjs && npm run build:docs && npm run build:typings",
"build": "npm run build:cjs && npm run build:min && npm run build:docs && npm run build:typings",
"build:docs": "node .config/docs.config.js",
"build:cjs": "npx rollup --config .config/cjs.config.js",
"build:min": "npx rollup --config .config/min.config.js",
"build:typings": "npx tsc -p .config/tsconfig.json",
"clean": "npm run clean:docs && npm run clean:bundles && npm run clean:typings",
"clean:docs": "npx rimraf docs/*.md",
"clean:bundles": "npx rimraf dist/*",
"clean": "npm run clean:docs && npm run clean:builds && npm run clean:typings",
"clean:docs": "npx rimraf docs/**/*.md",
"clean:builds": "npx rimraf index.cjs && npx rimraf index.min.js",
"clean:typings": "npx rimraf src/**/*.d.ts",

@@ -54,2 +55,3 @@ "package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",

"glob": "^7.1.4",
"rollup-plugin-terser": "^5.2.0",
"semistandard": "^14.2.0",

@@ -56,0 +58,0 @@ "tape-es": "^1.1.1"

@@ -47,6 +47,6 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases)

A CommonJS bundle is included for backward compatiblity with `node <= 13.2`
A CommonJS bundle is included for backward compatibility with `node <= 13.2`
```javascript
const absurdum = require('absurdum/dist/absurdum.cjs');
const absurdum = require('absurdum/index.cjs');
```

@@ -53,0 +53,0 @@

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