
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
typeormgen
Advanced tools
Generate typeorm models from your database tables
Options:
--base, -b Path to a file containing a class for the model
to exend. The class should be the default
export
--host, -h Database host url
--port, -p Port the database is exposed on
--user, -u Database username
--password Database password
--configFile Path to json config file
--envFile Path to env file to be parsed by dotenv
--database, -d Database name
--table, -t Table name to generate a model for [required]
--model, -m Model class name. Will default to converting
snake case table name to PascalCase
--moment Use Date | Moment for the type for dates instead
of just Date [boolean]
--rules, -r Output a static rules function that returns
basic joi validation rules [boolean]
--toJSON Output a toJSON function that returns the
model's properties
--pluralization Whether the name of the model should be plural
e.g., table users to model Users or User
--out, -o Path to where model file will be written
[required]
--tabs Use tabs instead of spaces [boolean]
--tabSize Number of spaces to indent lines
--primaryGeneratedColumn Column to decorate with
@PrimaryGeneratedColumn()
--primaryGeneratedColumnUUID Column to decorate with
@PrimaryGeneratedColumn('uuid')
--primaryColumn Column to decorate with @PrimaryColumn()
--createDateColumn Column to decorate with @CreateDateColumn()
--updateDateColumn Column to decorate with @UpdateDateColumn()
--versionColumn Column to decorate with @VersionColumn()
--help Show help [boolean]
{
"host": "localhost",
"port": 3306,
"user": "user",
"password": "password",
"database": "database",
"rules": true,
"toJSON": true,
"pluralization": false,
"moment": true,
"tabSize": 2
}
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_DATABASE=database
MYSQL_USER=user
MYSQL_PASSWORD=password
TYPEORMGEN_HOST=localhost
TYPEORMGEN_CONFIG_FILE=/home/user/config.json
TYPEORMGEN_ANY_OPTION
FAQs
Generate typeorm models from your database tables
The npm package typeormgen receives a total of 2 weekly downloads. As such, typeormgen popularity was classified as not popular.
We found that typeormgen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.