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

dispensary

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dispensary - npm Package Compare versions

Comparing version 0.28.0 to 0.29.0

renovate.json

24

package.json
{
"name": "dispensary",
"version": "0.28.0",
"version": "0.29.0",
"description": "SHA-256 Hashes of popular JS libraries, used by Mozilla's Add-ons Linter",

@@ -10,9 +10,9 @@ "main": "dist/dispensary.js",

"engines": {
"node": ">= 8.0.0"
"node": ">= 10.0.0"
},
"scripts": {
"update": "npm run build && ./bin/dispensary > src/hashes.txt",
"start": "node -e \"require('grunt').cli()\" null start",
"build": "node -e \"require('grunt').cli()\" null build",
"test": "LANG='en_US.UTF-8' node -e \"require('grunt').cli()\" null test",
"start": "grunt start",
"build": "grunt build",
"test": "LANG='en_US.UTF-8' grunt test",
"prepublish": "npm test && npm run build"

@@ -41,3 +41,3 @@ },

"coveralls": "~3.0.2",
"eslint": "~5.6.1",
"eslint": "~5.12.1",
"grunt": "~1.0.3",

@@ -48,8 +48,8 @@ "grunt-contrib-clean": "~2.0.0",

"grunt-eslint": "~21.0.0",
"grunt-gh-pages": "~2.0.0",
"grunt-istanbul": "~0.7.2",
"grunt-gh-pages": "~3.1.0",
"grunt-istanbul": "~0.8.0",
"grunt-jscs": "~3.0.1",
"grunt-mocha-test": "~0.13.3",
"grunt-webpack": "~3.1.3",
"isparta": "~4.1.0",
"isparta": "~4.1.1",
"load-grunt-configs": "~1.0.0",

@@ -59,4 +59,4 @@ "load-grunt-tasks": "~4.0.0",

"raw-loader": "~1.0.0",
"sinon": "~6.3.5",
"webpack": "~3.11.0"
"sinon": "~7.2.3",
"webpack": "~4.29.0"
},

@@ -67,3 +67,3 @@ "dependencies": {

"natural-compare-lite": "~1.4.0",
"pino": "~5.10.6",
"pino": "~5.11.0",
"request": "~2.88.0",

@@ -70,0 +70,0 @@ "sha.js": "~2.4.4",

@@ -6,2 +6,3 @@ [![Build Status](https://travis-ci.org/mozilla/dispensary.svg?branch=master)](https://travis-ci.org/mozilla/dispensary)

[![npm version](https://badge.fury.io/js/dispensary.svg)](https://badge.fury.io/js/dispensary)
[![Greenkeeper badge](https://badges.greenkeeper.io/mozilla/dispensary.svg)](https://greenkeeper.io/)

@@ -8,0 +9,0 @@ # Dispensary 🌿

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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