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

@pnpm/constants

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/constants - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

lib/index.d.ts
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml";
export declare const CURRENT_LOCKFILE: string;
export declare const LOCKFILE_VERSION = 5;
export declare const LOCKFILE_VERSION = 5.1;
export declare const ENGINE_NAME: string;
export declare const LAYOUT_VERSION = 2;
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml";

@@ -6,6 +6,5 @@ "use strict";

exports.CURRENT_LOCKFILE = path.join('node_modules', '.pnpm-lock.yaml');
exports.LOCKFILE_VERSION = 5;
exports.LOCKFILE_VERSION = 5.1;
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`;
exports.LAYOUT_VERSION = 2;
exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml';
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/constants",
"version": "1.0.1",
"version": "1.1.0",
"description": "pnpm constants",

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

"scripts": {
"test": "npm run tsc && mos test && tslint -c tslint.json -p .",
"test": "pnpm run tsc && tslint -c tslint.json -p .",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
"prepublishOnly": "pnpm run tsc"
},

@@ -31,18 +31,6 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants",

"devDependencies": {
"@pnpm/tslint-config": "0.0.0",
"@types/node": "*",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"rimraf": "2.6.3",
"tslint": "5.16.0",
"typescript": "3.4.5"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
"tslint": "5.17.0",
"typescript": "3.5.1"
}
}

@@ -12,3 +12,3 @@ # @pnpm/constants

```sh
npm i -S @pnpm/constants
<pnpm|npm|yarn> add @pnpm/constants
```

@@ -18,2 +18,2 @@

[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/)
MIT © [Zoltan Kochan](https://www.kochan.io/)

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