You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sf-chain

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sf-chain

## ⚠️ This package has been moved to `ts-safe`

1.1.8
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
0
Weekly downloads
 
Created
Source

SF-Chain Deprecated 🚨

⚠️ This package has been moved to ts-safe

❌ SF-Chain is no longer maintained

The sf-chain package is now deprecated and will no longer receive updates or support. Please migrate to ts-safe as soon as possible.

📢 What should you do?

  • Uninstall sf-chain from your project:

    npm uninstall sf-chain
    

    or

    yarn remove sf-chain
    
  • Install ts-safe instead:

    npm install ts-safe
    

    or

    yarn add ts-safe
    
  • Update your imports If you were using sf-chain, update your code to import from ts-safe instead:

    // Before
    import { someFunction } from 'sf-chain';
    
    // After
    import { someFunction } from 'ts-safe';
    

ℹ️ Why was this package deprecated?

  • sf-chain has been rebranded and improved as ts-safe.
  • ts-safe provides better type safety and performance.
  • Future updates and bug fixes will only be available in ts-safe.

🚀 Need Help?

If you encounter any issues migrating to ts-safe, feel free to open an issue on our GitHub repository.

Thank you for using our package! 🎉

Keywords

typescript

FAQs

Package last updated on 19 Mar 2025

Did you know?

Socket

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.

Install

Related posts