@bafsllc/nx-serverless
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -14,2 +14,7 @@ { | ||
}, | ||
"offline": { | ||
"implementation": "./src/builders/offline/offline.impl", | ||
"schema": "./src/builders/offline/schema.json", | ||
"description": "Execute a Serverless application offline" | ||
}, | ||
"deploy": { | ||
@@ -16,0 +21,0 @@ "implementation": "./src/builders/deploy/deploy.impl", |
{ | ||
"name": "@bafsllc/nx-serverless", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "src/index.js", | ||
@@ -10,10 +10,3 @@ "schematics": "./collection.json", | ||
"url": "git+https://github.com/bafsllc/nx-serverless.git" | ||
}, | ||
"typings": "src/index.d.ts", | ||
"dependencies": { | ||
"rxjs": "6.6.2", | ||
"lodash": "4.17.15", | ||
"yaml": "^1.10.0" | ||
}, | ||
"peerDependencies": {} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
0
0
1
118116
61
3646
- Removedlodash@4.17.15
- Removedrxjs@6.6.2
- Removedyaml@^1.10.0
- Removedlodash@4.17.15(transitive)
- Removedrxjs@6.6.2(transitive)
- Removedtslib@1.14.1(transitive)
- Removedyaml@1.10.2(transitive)