🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@oclif/plugin-command-snapshot

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-command-snapshot - npm Package Compare versions

Comparing version
5.2.40
to
5.3.0
+8
bin/run.js
#!/usr/bin/env node
async function main() {
const {execute} = await import('@oclif/core')
await execute({dir: import.meta.url})
}
await main()
+1
-1

@@ -148,3 +148,3 @@ {

},
"version": "5.2.40"
"version": "5.3.0"
}
{
"name": "@oclif/plugin-command-snapshot",
"description": "generates and compares OCLIF plugins snapshot files",
"version": "5.2.40",
"version": "5.3.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-command-snapshot/issues",
"bin": {
"oclif-snapshot": "bin/run.js"
},
"dependencies": {

@@ -34,4 +37,4 @@ "@oclif/core": "^4",

"commitlint": "^19",
"eslint": "^9.27.0",
"eslint-config-oclif": "^6.0.57",
"eslint": "^9.28.0",
"eslint-config-oclif": "^6.0.66",
"eslint-config-prettier": "^10.1.5",

@@ -54,2 +57,3 @@ "husky": "^9.1.7",

"files": [
"bin/run.js",
"/lib",

@@ -66,3 +70,3 @@ "/oclif.manifest.json",

"commands": "./lib/commands",
"bin": "oclif-example",
"bin": "oclif-snapshot",
"topics": {

@@ -69,0 +73,0 @@ "snapshot": {