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

manage-linked-packages

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manage-linked-packages - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

index.js

0

lib/helpers/getOS.d.ts
declare const _default: () => "darwin" | "linux" | "win32";
export default _default;
//# sourceMappingURL=getOS.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

declare const _default: (packageManager: "yarn" | "npm", packageName: string) => string | null;
export default _default;
//# sourceMappingURL=getPath.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const successText: (text: string) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface IMainProps {

@@ -0,0 +0,0 @@ "use strict";

21

package.json
{
"name": "manage-linked-packages",
"version": "1.0.2",
"version": "1.0.3",
"description": "List and reset NPM and Yarn linked packages",

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

"yarn",
"javascript"
"javascript",
"global",
"link"
],

@@ -32,3 +34,3 @@ "bugs": {

"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"prepublishOnly": "yarn lint",
"preversion": "yarn lint",

@@ -40,3 +42,4 @@ "version": "yarn format && git add -A",

"lib/**/*",
"bin/**/*"
"bin/**/*",
"index.js"
],

@@ -53,12 +56,12 @@ "bin": {

"devDependencies": {
"@types/jest": "^23.3.10",
"@types/jest": "^23.3.13",
"@types/node": "^10.12.18",
"jest": "^23.6.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.2",
"prettier": "^1.16.1",
"rimraf": "^2.6.3",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
"typescript": "^3.2.4"
}
}
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