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

unlimited-curry

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unlimited-curry - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

18

package.json
{
"name": "unlimited-curry",
"version": "1.3.1",
"version": "1.3.2",
"description": "Unlimited curry",
"main": "dist/src/index.js",
"scripts": {
"test-dev": "npm run clean && node_modules/mocha/bin/mocha --recursive tests/tests",
"test-dev-unit": "npm run clean && node_modules/mocha/bin/mocha --recursive tests/tests/unit",
"test-dev-coverage": "node_modules/mocha/bin/mocha --recursive tests/tests",
"test-dev": "npm run clean && node_modules/.bin/mocha --recursive tests/tests",
"test-dev-unit": "npm run clean && node_modules/.bin/mocha --recursive tests/tests/unit",
"test-dev-coverage": "node_modules/.bin/mocha --recursive tests/tests",
"test-old": "npm run build && npm run test-compiled && npm run clean",
"test": "mkdir tmp;PROD=true node_modules/.bin/nyc --reporter=lcov --reporter=clover --reporter=text --cache npm run test-dev-coverage",
"test-all": "node_modules/.bin/depcheck && npm run standard-fix && npm test",
"test-all": "npm run license-check && node_modules/.bin/depcheck && npm run standard-fix && npm test",
"test-compiled": "node_modules/mocha/bin/mocha --require babel-core/register --require babel-polyfill --recursive dist/tests/tests",

@@ -18,3 +18,4 @@ "build-src": "mkdir tmp; rm -rf dist;mkdir dist;mkdir dist/src;node_modules/babel-cli/bin/babel.js src --presets babel-preset-env --out-dir dist/src",

"clean": "rm -rf tests/tmp; rm -rf dist;",
"standard-fix": "node_modules/.bin/standard --fix src/index.js src/**/*.js test/**/*.js"
"standard-fix": "node_modules/.bin/standard --fix src/index.js src/**/*.js test/**/*.js",
"license-check": "node_modules/.bin/license-checker --failOn unknown --summary"
},

@@ -66,3 +67,4 @@ "repository": {

"depcheck": "^0.6.11",
"mocha": "^5.2.0",
"license-checker": "^20.2.0",
"mocha": "5.2.0",
"nyc": "^13.0.1",

@@ -87,3 +89,3 @@ "standard": "^12.0.1"

},
"gitHead": "6337b3a3daf912224c828f78d64444dee9a2b38d"
"gitHead": "75b905e4c4e804f5e5a58e41b560b076e10d7a34"
}
<!--- destination qa rewrite begin -->
### QA monorepo
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![CircleCI](https://circleci.com/gh/vidaxl-com/cowlog/tree/master.svg?style=svg)](https://circleci.com/gh/vidaxl-com/cowlog/tree/master)
[![Test Coverage](https://api.codeclimate.com/v1/badges/d3fce811aecbe5c73ffb/test_coverage)](https://codeclimate.com/github/vidaxl-com/cowlog/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/d3fce811aecbe5c73ffb/maintainability)](https://codeclimate.com/github/vidaxl-com/cowlog/maintainability)
[![Greenkeeper badge](https://badges.greenkeeper.io/vidaxl-com/cowlog.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/github/vidaxl-com/cowlog/badge.svg?targetFile=packages%2Funlimited-curry%2Fpackage.json)](https://snyk.io/test/github/vidaxl-com/cowlog?targetFile=packages%2Funlimited-curry%2Fpackage.json)
<!---
[![Known Vulnerabilities](https://snyk.io/test/github/vidaxl-com/cowlog/badge.svg?targetFile=package.json)](https://snyk.io/test/github/vidaxl-com/cowlog?targetFile=package.json)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvidaxl-com%2Fcowlog.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvidaxl-com%2Fcowlog?ref=badge_shield)
[![Greenkeeper badge](https://badges.greenkeeper.io/vidaxl-com/cowlog.svg)](https://greenkeeper.io/)
-->
<!--- destination qa rewrite end -->
####QA this package
[![Known Vulnerabilities](https://snyk.io/test/github/vidaxl-com/cowlog/badge.svg?targetFile=packages%2Funlimited-curry%2Fpackage.json)](https://snyk.io/test/github/vidaxl-com/cowlog?targetFile=packages%2Funlimited-curry%2Fpackage.json)

@@ -16,0 +18,0 @@ # Installation

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