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

ts-helpers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-helpers - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.1.2"></a>
## [1.1.2](https://github.com/ngParty/ts-helpers/compare/1.1.1...v1.1.2) (2016-10-14)
### Bug Fixes
* **ts-helpers:** support @next until 2.1 stable, which will make this module unnecessary ([55342c7](https://github.com/ngParty/ts-helpers/commit/55342c7)), closes [#2](https://github.com/ngParty/ts-helpers/issues/2)
<a name="1.1.1"></a>

@@ -2,0 +12,0 @@ ## [1.1.1](https://github.com/ngParty/ts-helpers/compare/1.1.0...v1.1.1) (2016-04-25)

4

package.json
{
"name": "ts-helpers",
"version": "1.1.1",
"version": "1.1.2",
"description": "Typescript helpers for compiling typescript while specifying `--noEmitHelpers` within your `tsconfig.json`. Cross platform ( Node/Browser/WebWorker )",

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

"peerDependencies": {
"typescript": ">=1.8.0 || >=1.9.0-dev"
"typescript": ">=1.8.0 <2.1.0 || >=1.9.0-dev || >=2.0.0-dev || || >=2.1.0-dev"
},

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

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