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.45.0 to 0.47.0

.eslintignore

5

CODE_OF_CONDUCT.md
# Community Participation Guidelines
This repository is governed by Mozilla's code of conduct and etiquette guidelines.
For more details, please read the
[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
This repository is governed by Mozilla's code of conduct and etiquette guidelines. For more details, please read the [Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
## How to Report
For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page.

@@ -9,0 +8,0 @@

63

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

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

"scripts": {
"update": "npm run build && ./bin/dispensary > src/hashes.txt",
"start": "grunt start",
"build": "grunt build",
"test": "LANG='en_US.UTF-8' grunt test",
"prepublish": "npm test && npm run build",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
"build": "npm run clean && webpack",
"clean": "rimraf /dist /coverage",
"eslint": "eslint .",
"prepublishOnly": "npm run test-ci",
"prettier": "pretty-quick --branch master",
"prettier-ci": "prettier -c '**'",
"prettier-full": "prettier --write '**'",
"start": "webpack --watch",
"test": "npm run build && jest tests/ --watch",
"test-coverage": "npm run build && jest tests/ --coverage && codecov",
"test-ci": "npm run test-coverage && npm run eslint && npm run prettier-ci",
"update": "npm run build && ./bin/dispensary > src/hashes.txt"
},

@@ -33,25 +38,25 @@ "repository": {

"devDependencies": {
"@babel/core": "~7.6.0",
"@babel/plugin-proposal-class-properties": "~7.5.0",
"@babel/plugin-transform-modules-commonjs": "~7.6.0",
"@babel/preset-env": "~7.6.0",
"@babel/core": "~7.7.0",
"@babel/plugin-proposal-class-properties": "~7.7.0",
"@babel/plugin-transform-modules-commonjs": "~7.7.0",
"@babel/preset-env": "~7.7.0",
"babel-eslint": "~10.0.3",
"babel-loader": "~8.0.0",
"chai": "~4.2.0",
"codecov": "3.6.1",
"eslint": "~6.6.0",
"grunt": "~1.0.3",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "~22.0.0",
"grunt-gh-pages": "~3.1.0",
"grunt-jscs": "~3.0.1",
"grunt-mocha-test": "~0.13.3",
"grunt-webpack": "~3.1.3",
"load-grunt-configs": "~1.0.0",
"load-grunt-tasks": "~5.1.0",
"mocha": "~6.2.0",
"eslint-config-amo": "1.28.0",
"eslint-config-prettier": "6.6.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-jest": "23.0.4",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-promise": "4.2.1",
"jest": "24.9.0",
"jest-raw-loader": "1.0.1",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"raw-loader": "~3.1.0",
"rimraf": "3.0.0",
"sinon": "~7.5.0",
"webpack": "~4.41.0"
"webpack": "~4.41.0",
"webpack-cli": "^3.3.10"
},

@@ -65,6 +70,4 @@ "dependencies": {

"source-map-support": "~0.5.4",
"yargs": "~14.2.0",
"snyk": "^1.230.5"
},
"snyk": true
"yargs": "~15.0.0"
}
}

@@ -1,7 +0,2 @@

[![Build Status](https://travis-ci.org/mozilla/dispensary.svg?branch=master)](https://travis-ci.org/mozilla/dispensary)
[![Coverage Status](https://coveralls.io/repos/github/mozilla/dispensary/badge.svg?branch=master)](https://coveralls.io/github/mozilla/dispensary?branch=master)
[![Dependency Status](https://david-dm.org/mozilla/dispensary.svg)](https://david-dm.org/mozilla/dispensary)
[![devDependency Status](https://david-dm.org/mozilla/dispensary/dev-status.svg)](https://david-dm.org/mozilla/dispensary#info=devDependencies)
[![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/)
[![Build Status](https://travis-ci.org/mozilla/dispensary.svg?branch=master)](https://travis-ci.org/mozilla/dispensary) [![codecov](https://codecov.io/gh/mozilla/dispensary/branch/master/graph/badge.svg)](https://codecov.io/gh/mozilla/dispensary) [![Dependency Status](https://david-dm.org/mozilla/dispensary.svg)](https://david-dm.org/mozilla/dispensary) [![devDependency Status](https://david-dm.org/mozilla/dispensary/dev-status.svg)](https://david-dm.org/mozilla/dispensary#info=devDependencies) [![npm version](https://badge.fury.io/js/dispensary.svg)](https://badge.fury.io/js/dispensary)

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

{
"timezone": "UTC",
"extends": [
"config:base",
":maintainLockFilesWeekly",
":prNotPending"
],
"extends": ["config:base", ":maintainLockFilesWeekly", ":prNotPending"],
"lockFileMaintenance": {

@@ -14,5 +10,3 @@ "enabled": true,

{
"packagePatterns": [
"*"
],
"packagePatterns": ["*"],
"rangeStrategy": "replace"

@@ -19,0 +13,0 @@ }

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

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