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

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.3.3 to 0.3.4

4

CHANGELOG.md
# Changelog
## v0.3.4
- Exclude TS 1.5 as a dependency since there are breaking changes
## v0.3.3

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

4

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

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

"object-assign": "^2.0.0",
"typescript": "^1.4.1"
"typescript": "~1.4.1"
},

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

@@ -37,3 +37,3 @@ # TypeScript loader for webpack

##### target
##### target *(string)*

@@ -46,3 +46,3 @@ Specify the TypeScript output target.

##### module
##### module *(string)*

@@ -49,0 +49,0 @@ Specify the type of modules that TypeScript emits.

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