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

@jscrpt/common

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jscrpt/common - npm Package Versions

1
9

5.0.0-beta.20231109083535

Diff

kukjevov
published 4.1.0 •

Changelog

Source

Version 4.1.0 (2023-10-06)

Features

  • new RecursivePartial type, that is utility type that makes partial all nested properties
  • new Func0 type, that is function definition with zero arguments and return type
  • new Func0Rest type, that is function definition with zero mandatory arguments, rest argument and return type
kukjevov
published 4.1.0-beta.20231006100435 •

kukjevov
published 4.1.0-beta.20231006095644 •

kukjevov
published 4.0.0 •

Changelog

Source

Version 4.0.0 (2023-08-15)

Features

  • new CombineStrings type, that combines unions of strings
  • new PropertyExpression type, that represents recursively extracts property expressions for type and specified properties
  • new TypePropertyExpressions type, that extracts property expressions for type (object)
  • updated formatString function
    • now supports also using of nested properties expressions in template string {{obj.property}}

BREAKING CHANGES

  • minimal supported version of tslib is now 2.6.1
  • updated getValue function
    • first parameter type changed from Dictionary<any> to Record<string, unknown>
  • updated formatString function
    • parameter template string now requires double brackets to work {{value}} instead of {value} as it was previous
kukjevov
published 4.0.0-beta.20230815091036 •

kukjevov
published 3.5.0 •

Changelog

Source

Version 3.5.0 (2023-08-14)

Features

  • new formatString function, that formats input string using formatting parameters (Array or Object)
kukjevov
published 3.5.0-beta.20230814122605 •

kukjevov
published 3.5.0-beta.20230814111300 •

kukjevov
published 3.4.0 •

Changelog

Source

Version 3.4.0 (2023-02-08)

Features

  • new renderToBody function, that renders element into body directly or into container element
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