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

@pnpm/types

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/types - npm Package Compare versions

Comparing version 1.8.0 to 2.0.0

4

lib/misc.d.ts
export declare type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies';
export declare const DEPENDENCIES_FIELDS: DependenciesField[];
export interface Registries {
default: string;
[scope: string]: string;
}

16

package.json
{
"name": "@pnpm/types",
"version": "1.8.0",
"version": "2.0.0",
"description": "Basic types used by pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=6"
},
"files": [

@@ -11,10 +14,7 @@ "lib"

"scripts": {
"test": "mos test && tslint -c tslint.json -p .",
"test": "npm run tsc && mos test && tslint -c tslint.json -p .",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/types.git"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/types",
"keywords": [

@@ -27,5 +27,5 @@ "pnpm",

"bugs": {
"url": "https://github.com/pnpm/types/issues"
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/types#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme",
"devDependencies": {

@@ -32,0 +32,0 @@ "mos": "^2.0.0-alpha.3",

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

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

@@ -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