Socket
Socket
Sign inDemoInstall

@nevware21/ts-utils

Package Overview
Dependencies
0
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

0.11.2

Diff

nevware21bot
published 0.11.1 •

Changelog

Source

v0.11.1 Mar 31st, 2024

Changelog

  • #258 Remove exports defintion from package.json
nevware21bot
published 0.11.0 •

Changelog

Source

v0.11.0 Mar 18th, 2024

Changelog

  • #252 [Bug] TypeError: Illegal invocation when calling setTimeout
  • #246 [Bug] Package sizes are too large
  • #241 Remove removed function link from readme
  • #244 Fix CreateIteratorContext n documentation
nevware21bot
published 0.10.5 •

Changelog

Source

v0.10.5 Feb 6th, 2024

Minification and minor performance improvements, adds createcacheValue, safe implementations.

Changelog

  • #239 Stop using internal functions for diagnostic to help with base minification for smaller usages
  • #238 Bump puppeteer from 21.11.0 to 22.0.0
nevware21bot
published 0.10.4 •

Changelog

Source

v0.10.4 Jan 10th, 2024

Changelog

  • #230 [Bug] Tree-Shaking is not working properly
    • Tags additional (everything else) functions as NO_SIDE_EFFECTS so that rollup (and webpack) can tree-shake
    • Explicitly did not include all functions like isXXXX (specifically isNode) as this was causing the main entry-points for @nevware21/ts-async to drop the node support code (as it's defined as a browser package) resulting in it not supporting all environments as desired with a single package.
nevware21bot
published 0.10.3 •

Changelog

Source

v0.10.3 Jan 7th, 2024

Changelog

  • #230 [Bug] Tree-Shaking is not working properly
  • #226 [Feature] Add size tests
nevware21bot
published 0.10.2 •

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
2345Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc