New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

typescript-multipart-library-template

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

typescript-multipart-library-template

Typescript multi-part library template

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

typescript-multipart-library-template

Build status

Typescript multi-part library template.

  • Typescript ^2.2.2
  • Node.js library output with typings (tsc)
  • Browser multi-library output with no dependencies (webpack@2).
  • Tests (Karma + Jasmine + PhantomJs) with console friendly output.
  • CodeCoverage for Typescript.
  • Travis continuous integration.
  • npm publish ready configuration.
    yarn install
-----------------------------------------------------------
    npm run build # Node.js /lib output
    npm run dist  # Generate /dist browser libraries
    npm test      # Run tests and generate /coverage report
    npm start     # Typescript watch

:bulb: UMD multipart libraries can be loaded on the fly in the browser with System.js or directly by appending scripts to the document:

» document.body.appendChild(document.createElement("script")).src = "https://unpkg.com/typescript-multipart-library-template/dist/multipart-library.core.js";

window.MultipartLibrary -> Object {core: Object}

» document.body.appendChild(document.createElement("script")).src = "https://unpkg.com/typescript-multipart-library-template/dist/multipart-library.extension.js";

window.MultipartLibrary -> Object {core: Object, extension: Object}

Keywords

typescript

FAQs

Package last updated on 17 Apr 2017

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