Socket
Socket
Sign inDemoInstall

@rushstack/rig-package

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/rig-package - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.2.10",
"tag": "@rushstack/rig-package_v0.2.10",
"date": "Thu, 04 Mar 2021 01:11:31 GMT",
"comments": {
"patch": [
{
"comment": "Eliminate dependency on @types/node"
}
]
}
},
{
"version": "0.2.9",

@@ -7,0 +19,0 @@ "tag": "@rushstack/rig-package_v0.2.9",

9

CHANGELOG.md
# Change Log - @rushstack/rig-package
This log was last generated on Thu, 10 Dec 2020 23:25:49 GMT and should not be manually modified.
This log was last generated on Thu, 04 Mar 2021 01:11:31 GMT and should not be manually modified.
## 0.2.10
Thu, 04 Mar 2021 01:11:31 GMT
### Patches
- Eliminate dependency on @types/node
## 0.2.9

@@ -6,0 +13,0 @@ Thu, 10 Dec 2020 23:25:49 GMT

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.12.0"
"packageVersion": "7.12.1"
}
]
}

@@ -33,4 +33,4 @@ "use strict";

class Helpers {
static nodeResolveAsync(id, opts) {
return new Promise((resolve, reject) => {
static async nodeResolveAsync(id, opts) {
return await new Promise((resolve, reject) => {
resolve_1.default(id, opts, (error, result) => {

@@ -46,4 +46,4 @@ if (error) {

}
static fsExistsAsync(path) {
return new Promise((resolve) => {
static async fsExistsAsync(path) {
return await new Promise((resolve) => {
fs.exists(path, (exists) => {

@@ -50,0 +50,0 @@ resolve(exists);

{
"name": "@rushstack/rig-package",
"version": "0.2.9",
"version": "0.2.10",
"description": "A system for sharing tool configurations between projects without duplicating config files.",

@@ -15,3 +15,2 @@ "main": "lib/index.js",

"dependencies": {
"@types/node": "10.17.13",
"resolve": "~1.17.0",

@@ -22,5 +21,6 @@ "strip-json-comments": "~3.1.1"

"@rushstack/eslint-config": "2.3.2",
"@rushstack/heft": "0.22.3",
"@rushstack/heft-node-rig": "0.1.28",
"@rushstack/heft-node-rig": "0.2.0",
"@rushstack/heft": "0.23.1",
"@types/heft-jest": "1.0.1",
"@types/node": "10.17.13",
"@types/resolve": "1.17.1",

@@ -27,0 +27,0 @@ "ajv": "~6.12.5",

Sorry, the diff of this file is not supported yet

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