Socket
Socket
Sign inDemoInstall

ts-loader

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-loader - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

4

CHANGELOG.md
# Changelog
## v0.4.7
- Update TypeScript dependency to 1.5 release (1.5.3)
## v0.4.6

@@ -4,0 +8,0 @@

4

package.json
{
"name": "ts-loader",
"version": "0.4.6",
"version": "0.4.7",
"description": "TypeScript loader for webpack",

@@ -33,3 +33,3 @@ "main": "index.js",

"object-assign": "^2.0.0",
"typescript": "~1.5.0-beta"
"typescript": "~1.5.3"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -5,2 +5,4 @@ # TypeScript loader for webpack

A step by step tutorial is [available here](http://www.jbrantly.com/typescript-and-webpack/).
### Installation

@@ -21,2 +23,6 @@

### Compatibility
The current version is compatible with TypeScript 1.5 and with the nightly build using [ntypescript](https://github.com/basarat/ntypescript) (use the `compiler` option, see below). You may experience issues using the nightly build due to its nature. Please feel free to report any such issues so that they can be fixed promptly.
### Configuration

@@ -30,2 +36,5 @@

entry: './app.ts',
output: {
filename: 'bundle.js'
},
resolve: {

@@ -57,3 +66,4 @@ extensions: ['', '.webpack.js', '.web.js', '.ts', '.js']

Allows use of TypeScript compilers other than the official one. Should be
set to the NPM name of the compiler.
set to the NPM name of the compiler. Especially useful for the [nightly
build of TypeScript](https://github.com/basarat/ntypescript).

@@ -60,0 +70,0 @@ ##### instance *(string)*

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