
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@naturalcycles/common-type
Advanced tools
Common Type interface and generator
Allows to generate JSON Schema from a set of Typescript files with Interfaces (also Types and Enums).
Also, to generate Typescript files from JSON schemas (reverse).
Status: experimental! Everything is subject to change!
Install common-type
as your devDependency:
yarn add -D @naturacycles/common-type
Define a commonType.cfg.js
in the root of you project:
module.exports = {
paths: ['src/types/*.ts'],
outputDir: 'src/schemas',
}
Config says to scan all *.ts
files in src/types
, parse them, generate JSON schemas, write them
into src/schemas
folder.
Typescript AST debugging: https://ts-ast-viewer.com/
string
, number
, boolean
someString
, 15, true
null
typeobject
, array
tuple
enum
(string
and number
values)|
), Intersections (&
), extends
@validationType
(e.g. integer
)p: Person
(where Person
is defined elsewhere, can be in another file)Partial
, Required
Record<A, B>
{ [name: string]: string }
)StringMap
(aka Dictionary)validationType
to override type
, e.g. @validationType integer
deprecated
, readOnly
, writeOnly
, default
pattern
, format
, minLength
, maxLength
multipleOf
, minimum
, exclusiveMinimum
, maximum
, exclusiveMaximum
additionalProperties
, minProperties
, maxProperties
minItems
, maxItems
, uniqueItems
if
, then
, else
, dependencies
, dependentRequired
,
dependentSchemas
Omit
, Pick
interface MyType<T> { current: T, future: T }
typeof
keyof
FAQs
Common Type interface and generator
We found that @naturalcycles/common-type demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.