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

@escolalms/cla

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@escolalms/cla - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

index.js

@@ -1,1 +0,2 @@

console.log("heeeloo");
#!/usr/bin/env node
console.log("Awesome Command");
{
"name": "@escolalms/cla",
"version": "1.0.3",
"version": "1.0.4",
"description": "Create LMS APP. Escola LMS. Wellms. ",
"main": "index.js",
"scripts": {
"init": "git clone https://github.com/EscolaLMS/Create-LMS-App.git EscolaLMS && cd EscolaLMS && rm -rf .git && ./init.sh"
"init": "git clone https://github.com/EscolaLMS/Create-LMS-App.git EscolaLMS && cd EscolaLMS && rm -rf .git && ./init.sh",
"awesome": "awesome-command"
},

@@ -22,4 +23,6 @@ "repository": {

},
"bin": "./index.sh",
"bin": {
"awesome-command": "index.js"
},
"homepage": "https://github.com/EscolaLMS/Create-LMS-App#readme"
}
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