New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

liftjs

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liftjs - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

npm/lift-min.js

6

package.json
{
"name": "liftjs",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/atomable/lift.js/",
"description": "lift.js is a compact monad opinionated javascript library",
"tags": "monad, monoid, macroid, just, validation, maybe, unit, functional programming",
"main": "out/lift-min.js",
"main": "npm/lift-min.js",
"scripts": {
"pretest": "babel src/lift.js -o test/lift.js",
"test": "mocha --require babel-register --require babel-polyfill",
"prepublish": "babel src/lift.js -o out/lift-min.js --minified",
"prepublish": "babel src/lift.js -o npm/lift-min.js --minified && copy /y src/lift.js npm/lift.js",
"coverage": "babel src/lift.js -o test/lift.js && babel test --out-dir babel && istanbul cover node_modules/mocha/bin/_mocha babel"

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