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.19.4 to 0.19.5

cjs.config.js

13

package.json
{
"name": "absurdum",
"version": "0.19.4",
"version": "0.19.5",
"description": "Reducio Ad Absurdum - The Riduculous Application of Reduce",

@@ -20,7 +20,12 @@ "keywords": [

"test": "find . -wholename '**/*.spec.js' -not -path './node_modules/*' | xargs -n1 node --experimental-modules",
"test:watch": "npx chokidar-cli -i 'node_modules' '**/*.js' -c 'npm test'",
"test:watch": "npx chokidar-cli -i 'node_modules' 'src/**/*.spec.js' -c 'node --experimental-modules {path}'",
"lint": "semistandard",
"types": "npx tsc --project jsconfig.json",
"types": "npx tsc -p jsconfig.json",
"typings": "npx tsc -p tsconfig.json",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"build:esm": "npx rollup --config esm.config.js ",
"build:cjs": "npx rollup --config cjs.config.js",
"clean": "npx rimraf ./dist",
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
"preversion": "npm test && npm run lint && npm run types",
"preversion": "npm test && npm run lint && npm run types && npm run build",
"postversion": "git push --follow-tags"

@@ -27,0 +32,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