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

@swim/build

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swim/build

Swim build tool

  • 3.11.0-dev.20210413
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
2
Weekly downloads
 
Created
Source

@swim/build

package documentation chat

Swim build tool.



Overview

TODO

Installation

npm

For an npm-managed project, npm install @swim/build to make it a dependency. TypeScript sources will be installed into node_modules/@swim/build/main. Transpiled JavaScript and TypeScript definition files install into node_modules/@swim/build/lib/main. And a pre-built UMD script can be found in node_modules/@swim/build/dist/main/swim-build.js.

Usage

ES6/TypeScript

@swim/build can be imported as an ES6 module from TypeScript and other ES6-compatible environments.

import * as build from "@swim/build";

CommonJS/Node.js

@swim/build can also be used as a CommonJS module in Node.js applications.

var build = require("@swim/build");

FAQs

Package last updated on 13 Apr 2021

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

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