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

ts-promise

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-promise - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

1

dist/lib/BaseError.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
export default class BaseError extends Error {

@@ -3,0 +2,0 @@ stack: string;

@@ -1,2 +0,1 @@

/// <reference types="node" />
import Trace from "./Trace";

@@ -3,0 +2,0 @@ import BaseError from "./BaseError";

8

package.json
{
"name": "ts-promise",
"version": "0.3.2",
"version": "0.3.3",
"description": "Fast, robust, type-safe promises",

@@ -30,5 +30,5 @@ "author": "Martin Poelstra <martin@beryllium.net>",

"watch:test": "cd src/test && tsc --watch",
"build": "npm run build:src && npm run build:test && npm run browserify && npm run minify",
"build": "npm run build:test && npm run build:src && npm run browserify && npm run minify",
"clean": "rimraf -rf dist",
"prepublish": "npm run lint && npm run build && npm run test",
"prepublish": "npm run build && npm run test",
"browserify": "browserify --node --standalone ts-promise ./dist/lib/index.js > ./dist/browser.js",

@@ -54,5 +54,5 @@ "minify": "uglifyjs ./dist/browser.js --compress --mangle --mangle-props --mangle-regex='/^_/' --reserved 'Promise' > ./dist/browser.min.js"

"tslint": "^3.13.0",
"typescript": "^2.0.0",
"typescript": "^2.0.3",
"uglify-js": "^2.7.3"
}
}

@@ -279,2 +279,6 @@ <a href="https://promisesaplus.com/">

0.3.3 (2016-10-18):
- Fix unnecessary dependency on node typings in generated type definitions,
broke some builds (#13)
0.3.2 (2016-10-10):

@@ -281,0 +285,0 @@ - Fix TS2 not finding ts-promise typings

@@ -14,3 +14,4 @@ {

"outDir": "../../dist/",
"rootDir": ".."
"rootDir": "..",
"types": []
},

@@ -17,0 +18,0 @@ "atom": {

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