New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/lerna__package

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lerna__package - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

9

lerna__package/index.d.ts

@@ -36,2 +36,3 @@ // Type definitions for @lerna/package 4.0

constructor(pkg: RawManifest, location: string, rootPath?: string);
name: string;
get location(): string;

@@ -56,7 +57,7 @@ get private(): boolean;

get<K extends (keyof RawManifest) | string>(key: K): RawManifest[K];
set<K extends (keyof RawManifest) | string>(key: K, val: RawManifest[K]): void;
set<K extends (keyof RawManifest) | string>(key: K, val: RawManifest[K]): this;
/**
* Provide shallow copy for munging elsewhere
*/
toJson(): object;
toJSON(): RawManifest;

@@ -66,7 +67,7 @@ /**

*/
refresh(): Promise<Package>;
refresh(): Promise<this>;
/**
* Write manifest changes to disk
*/
serialize(): Promise<void>;
serialize(): Promise<this>;
/**

@@ -73,0 +74,0 @@ * Mutate local dependency spec according to type

{
"name": "@types/lerna__package",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for @lerna/package",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lerna__package",

},
"typesPublisherContentHash": "589994f7605961da5442ac816627f0fa3b53c0990221d320525836a2c33e2589",
"typesPublisherContentHash": "cd6138183586cd3d13b1e5bccec42a49fef104d298d2de47af01f6f8dbbe30b8",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 02 Jan 2022 19:31:25 GMT
* Last updated: Thu, 06 Jan 2022 07:31:27 GMT
* Dependencies: [@types/npm-package-arg](https://npmjs.com/package/@types/npm-package-arg)

@@ -14,0 +14,0 @@ * Global values: none

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