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

@moneybutton/config

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneybutton/config - npm Package Compare versions

Comparing version 0.38.5 to 0.38.6

src/index.js

45

package.json
{
"name": "@moneybutton/config",
"version": "0.38.5",
"version": "0.38.6",
"description": "Money Button configuration.",
"main": "dist/moneybutton.config.cjs.js",
"module": "dist/moneybutton.esm.js",
"unpkg": "dist/moneybutton.iife.js",
"library": "MoneyButtonConfigBuilder",
"main": "src/index.js",
"module": "src/index.js",
"files": [

@@ -13,16 +11,10 @@ "dist/**"

"scripts": {
"lint": "standard --parser=babel-eslint",
"pretest": "yarn lint",
"lint": "standard",
"test": "NODE_ENV=test dotenv -e ../../.env.test -- yarn test:mocha",
"test:ci": "yarn test:mocha",
"test:mocha": "NODE_ENV=test mocha -R progress",
"build": "rollup -c",
"build:dev": "dotenv -e ../../.env.dev -- yarn build",
"build:prod": "NODE_ENV=production dotenv -e ../../.env.prod -- yarn build",
"build:watch": "yarn build -w",
"dev": "dotenv -e ../../.env.dev -- yarn build:watch",
"predocs": "jsdoc -d docs src/",
"docs": "cd docs && http-server ."
"dev": "echo dev"
},
"repository": "https://github.com/moneybutton/config",
"author": "Yours Inc.",
"author": "Fermatted Drives Limited",
"license": "Open-BSV",

@@ -32,25 +24,4 @@ "publishConfig": {

},
"dependencies": {
"@babel/runtime": "7.5.5"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-transform-runtime": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"@rollup/plugin-commonjs": "11.0.1",
"@rollup/plugin-node-resolve": "7.0.0",
"@rollup/plugin-replace": "2.3.0",
"babel-eslint": "9.0.0",
"babel-loader": "8.0.4",
"dotenv": "5.0.1",
"dotenv-cli": "2.0.1",
"http-server": "0.11.1",
"mocha": "6.2.3",
"rollup": "1.29.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.4.0",
"should": "13.2.1",

@@ -70,3 +41,3 @@ "standard": "12.0.1"

},
"gitHead": "4a7c8debf39643e220009854b0ee6a96aee72dab"
"gitHead": "c2241b2b7f0aa0156588f02363ef92c34dca5fea"
}

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