New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-annotatron-app

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-annotatron-app - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+12
README.md
# Create Annotatron App
You can create a new Electron project with annotatron from one of two templates by running the following command.
```bash
npx create-annotatron-app {template} {project}
```
where
- template: is one of the values (vue, react)
- name: name of your next awesome project
+5
-3
{
"name": "create-annotatron-app",
"version": "0.0.2",
"version": "0.0.3",
"description": "cli for electron projects with annotatron",
"bin": "./index.js",
"bin": {
"create-annotatron-app": "./index.js"
},
"type": "module",

@@ -14,3 +16,3 @@ "keywords": [

"license": "MIT",
"gitHead": "ae7d48ba1b5250b78fcdbd35bf9cab5be983f09f"
"gitHead": "0b3991d6c1f80ae8b08085b2f4b999c8c927da51"
}