New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nevware21/ts-utils

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nevware21/ts-utils - npm Package Versions

1345

0.10.2

Diff

Changelog

Source

v0.10.2 Jan 4th, 2024

Changelog

  • #211 Update signature of getInst and lazySafeGetInst to support any PropertyKey type
  • #228 Minor Performance updates

Dependencies

  • #212 Bump typedoc from 0.24.8 to 0.25.0
  • #218 Bump rollup-plugin-istanbul from 4.0.0 to 5.0.0 #218
  • #220 Fix issue with node version in ci.yml
  • #217 Bump rollup from 3.29.4 to 4.1.4
  • #223 Bump @types/sinon from 10.0.20 to 17.0.1
nevware21bot
published 0.10.1 •

Changelog

Source

v0.10.1 Aug 18th, 2023

This is a critical bug fix if you are using symbolKeyFor and/or symbolFor, as the current implementations will always return a new polyfill version rather than using the native Symbol.keyFor and Symbol.for methods

Changelog

  • #208 [Bug] symbolFor and symbolKeyFor are not caching / returning the underlying instance
nevware21bot
published 0.10.0 •

Changelog

Source

v0.10.0 Aug 17th, 2023

Changelog

  • #204 [Bug] Remove typescript as a peer dependency
  • #206 Update enum type definitions to provide better validation and auto code completion
  • #202 Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0
  • #203 Bump puppeteer from 19.11.1 to 21.0.0
nevware21bot
published 0.9.8 •

Changelog

Source

v0.9.8 June 18th, 2023

Changelog

  • #192 [Bug] iterForOf does not always process elements correctly
  • #193 [Bug] Calling return or throw on an iterator does not mark it as done
  • #194 [Bug] iterForOf swallows errors caused during the iteration
  • #196 [Feature] Add aliases for functions apply, bind and call
  • #197 [Feature] Add function proxies
nevware21bot
published 0.9.7 •

Changelog

Source

v0.9.7 June 11th, 2023

Changelog

  • #185 [Feature] Add Object.entries and Array.from alias / implementations
  • #187 [Feature] Add Object.values alias / implementation
  • #189 [Feature] Update issue templates
nevware21bot
published 0.9.6 •

Changelog

Source

v0.9.6 May 31st, 2023

Changelog

  • #178 [Bug] objDeepCopy creates copies of classes by default
  • #181 [Bug] customError definition is not correct, it's a mixture of constructor and implmentation
  • #182 [Feature] Allow creation of sub-class custom errors
    • Set stack trace to the top-most error class
nevware21bot
published 0.9.5 •

Changelog

Source

v0.9.5 Apr 25th, 2023

Changelog

  • #173 Support: expose the internal safe helpers to allow reuse.
  • #172 Update publishing scripts
  • #171 Update publishing scripts
  • #170 Bump typedoc to ^0.24.4
nev21
published 0.9.4 •

Changelog

Source

v0.9.4 Mar 25th, 2023

Changelog

  • #166 Add writable Lazy support and lazy option to objDefine
    • getWritableLazy()
    • objDefine(target, "name", { l: ILazyValue });
nev21
published 0.9.3 •

Changelog

Source

v0.9.3 Mar 25th, 2023

Changelog

  • #164 Add arrSlice and replace _extractArgs usages
nev21
published 0.9.2 •

Changelog

Source

v0.9.2 Mar 24th, 2023

Changelog

  • #162 Update Lazy implementation to reduce required for getGlobal()
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