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

@pnpm/config

Package Overview
Dependencies
Maintainers
2
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/config - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

1

lib/index.js

@@ -49,3 +49,2 @@ "use strict";

'store': path,
'store-path': path,
'use-store-server': Boolean,

@@ -52,0 +51,0 @@ 'verify-store-integrity': Boolean,

23

package.json
{
"name": "@pnpm/config",
"version": "0.3.1",
"version": "1.0.0",
"description": "Gets configs for pnpm",

@@ -14,8 +14,6 @@ "main": "lib/index.js",

"lint": "tslint -c tslint.json --project .",
"test": "npm run lint && preview && ts-node test && mos t"
"test-with-preview": "npm run lint && preview && ts-node test && mos t",
"test": "npm run lint && npm run tsc && pnpm link . && ts-node test && mos t"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/config.git"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
"keywords": [

@@ -26,3 +24,3 @@ "pnpm",

"engines": {
"node": ">=4"
"node": ">=6"
},

@@ -32,10 +30,10 @@ "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",

"bugs": {
"url": "https://github.com/pnpm/config/issues"
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/config#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme",
"dependencies": {
"@types/camelcase": "^4.1.0",
"@types/node": "^9.4.6",
"@types/node": "^9.4.6 || 10",
"@types/which": "^1.3.1",
"camelcase": "^4.1.0",
"camelcase": "^5.0.0",
"npm-conf": "^1.1.3",

@@ -45,2 +43,3 @@ "which": "^1.3.0"

"devDependencies": {
"@types/tape": "^4.2.32",
"mos": "^2.0.0-alpha.3",

@@ -51,3 +50,3 @@ "mos-plugin-readme": "^1.0.4",

"tape": "^4.8.0",
"ts-node": "^5.0.0",
"ts-node": "^6.0.3",
"tslint": "^5.8.0",

@@ -54,0 +53,0 @@ "typescript": "^2.6.2"

@@ -5,4 +5,4 @@ # @pnpm/config

<!--@shields('npm', 'travis')-->
[![npm version](https://img.shields.io/npm/v/@pnpm/config.svg)](https://www.npmjs.com/package/@pnpm/config) [![Build Status](https://img.shields.io/travis/pnpm/config/master.svg)](https://travis-ci.org/pnpm/config)
<!--@shields('npm')-->
[![npm version](https://img.shields.io/npm/v/@pnpm/config.svg)](https://www.npmjs.com/package/@pnpm/config)
<!--/@-->

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

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