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

@vingle/renovate-config

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vingle/renovate-config - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

18

package.json
{
"name": "@vingle/renovate-config",
"version": "1.0.18",
"version": "1.0.19",
"description": "Renovate configurations for Vingle",

@@ -83,2 +83,18 @@ "private": false,

},
"nodejs12": {
"packageRules": [
{
"packageNames": ["node"],
"allowedVersions": "^12.0.0"
},
{
"packageNames": ["@types/node"],
"allowedVersions": "^12.0.0"
},
{
"packageNames": ["npm"],
"allowedVersions": "^6.10.2"
}
]
},
"lambda": {

@@ -85,0 +101,0 @@ "docker": {

@@ -22,2 +22,4 @@ # Vingle Renovate configuration

#### Node.js 8
```json

@@ -27,5 +29,20 @@ {

}
```
```
#### Node.js 10
```json
{
"extends": ["@vingle", "@vingle:nodejs10"]
}
```
#### Node.js 12
```json
{
"extends": ["@vingle", "@vingle:nodejs12"]
}
```
### AWS Lambda specific presets

@@ -32,0 +49,0 @@

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