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

@stefnotch/typestef

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stefnotch/typestef

Various utilities that should be in the JS standard library. Feel free to copy-paste the code instead of using this as a library.

1.0.3
latest
Source
npm
Version published
Maintainers
1
Created
Source

Typestef

Various utilities that should be in the JS standard library. Feel free to copy-paste the code instead of using this as a library.

Dual licensed under the Apache License Version 2.0 and CC0.

Scripts

  • npm run build
  • npm run release

FAQ

  • Typescript cannot find the library? That's because this uses the "export" field in the package.json. Go to your tsconfig.json, or create one if there is none, and set
{
    "compilerOptions": {
        /* This tells Typescript that we're working with the new importing mechanisms */
        "module": "nodenext", 
    }
}

Make sure to read the documentation for what that means, among other things all the imports in your code might need a file extension.

FAQs

Package last updated on 22 Mar 2024

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