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

cumpa

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cumpa - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

index.cjs

28

package.json
{
"name": "cumpa",
"version": "1.0.1",
"version": "2.0.0",
"type": "module",
"description": "Minimal function composition implementation",
"main": "cumpa.js",
"jsnext:main": "index.next.js",
"module": "index.next.js",
"main": "index.cjs",
"module": "index.js",
"exports": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./index.cjs"
},
"scripts": {
"prepare": "npm run build && npm test",
"prepublishOnly": "npm run build && npm test",
"lint": "eslint index.next.js test.js rollup.config.js",
"build": "rollup -c",
"doc": "documentation readme index.next.js -s API",
"pretest": "npm run build",
"test": "npm run lint && mocha test.js"
"test-types": "tsc --noEmit",
"test": "npm run lint && npm run test-types && mocha test.js"
},

@@ -37,7 +42,8 @@ "files": [

"@gianlucaguarini/eslint-config": "^2.0.0",
"eslint": "^5.16.0",
"mocha": "^6.0.2",
"rollup": "^1.7.4",
"rollup-plugin-node-resolve": "^4.0.1"
"eslint": "^8.38.0",
"mocha": "^10.2.0",
"rollup": "^3.20.2",
"rollup-plugin-node-resolve": "^4.0.1",
"typescript": "^5.0.4"
}
}

@@ -9,3 +9,3 @@ # cumpa

[![Build Status][travis-image]][travis-url]
[![Build Status][ci-image]][ci-url]

@@ -29,6 +29,5 @@ [![NPM version][npm-version-image]][npm-url]

[travis-image]: https://img.shields.io/travis/GianlucaGuarini/cumpa.svg?style=flat-square
[ci-image]: https://img.shields.io/github/actions/workflow/status/gianlucaguarini/cumpa/test.yml?style=flat-square
[ci-url]: https://github.com/gianlucaguarini/cumpa/actions
[travis-url]: https://travis-ci.org/GianlucaGuarini/cumpa
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square

@@ -35,0 +34,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