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

binary-mirror-config

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-mirror-config - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

5

History.md
1.3.0 / 2016-11-02
==================
* feat: add ENV
1.2.0 / 2016-10-27

@@ -3,0 +8,0 @@ ==================

12

index.js

@@ -1,15 +0,3 @@

/**
* Copyright(c) cnpm and other contributors.
* MIT Licensed
*
* Authors:
* fengmk2 <m@fengmk2.com> (http://fengmk2.com)
*/
'use strict';
/**
* Module dependencies.
*/
module.exports = require('./package.json').mirrors;

29

package.json
{
"name": "binary-mirror-config",
"version": "1.2.0",
"version": "1.3.0",
"description": "Binary mirror config for prebuild and node-pre-gyp",

@@ -13,12 +13,9 @@ "main": "index.js",

"lint": "eslint index.js",
"ci": "npm run lint && npm run test-cov",
"autod": "autod -w --prefix '~'"
"ci": "npm run lint && npm run test-cov"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"autod": "*",
"eslint": "2",
"eslint-config-egg": "2",
"egg-ci": "1",
"eslint": "3",
"eslint-config-egg": "3",
"istanbul": "*",

@@ -44,4 +41,18 @@ "mocha": "*"

"license": "MIT",
"ci": {
"version": "4, 6, 7"
},
"mirrors": {
"china": {
"ENVS": {
"NODEJS_ORG_MIRROR": "https://npm.taobao.org/mirrors/node",
"NVM_NODEJS_ORG_MIRROR": "https://npm.taobao.org/mirrors/node",
"NVM_IOJS_ORG_MIRROR": "https://npm.taobao.org/mirrors/iojs",
"PHANTOMJS_CDNURL": "https://npm.taobao.org/mirrors/phantomjs",
"CHROMEDRIVER_CDNURL": "https://tnpm-hz.oss-cn-hangzhou.aliyuncs.com/dist/chromedriver",
"OPERADRIVER_CDNURL": "https://npm.taobao.org/mirrors/operadriver",
"ELECTRON_MIRROR": "https://npm.taobao.org/mirrors/electron/",
"SASS_BINARY_SITE": "https://npm.taobao.org/mirrors/node-sass",
"FLOW_BINARY_MIRROR": "https://github.com/facebook/flow/releases/download/v"
},
"leveldown": {

@@ -48,0 +59,0 @@ "host": "https://npm.taobao.org/mirrors/leveldown/v{version}"

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