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

promiso

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promiso - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.npmignore

14

package.json
{
"name": "promiso",
"version": "0.1.1",
"version": "0.1.2",
"description": "Powerful promise utilities for any JS environment",

@@ -9,6 +9,10 @@ "main": "lib/index.js",

"build": "tsc",
"clean": "trash ./lib/",
"clean": "trash ./lib/ ./coverage/",
"lint": "tslint --project tsconfig.json",
"fix": "tslint --project tsconfig.json --fix",
"prepare": "npm-run-all lint clean build"
"test": "jest",
"coverage:open": "opener ./coverage/lcov-report/index.html",
"coverage": "npm-run-all test coverage:open",
"prepare": "npm-run-all clean build",
"prepublishOnly": "npm-run-all lint test"
},

@@ -31,4 +35,8 @@ "repository": {

"devDependencies": {
"coveralls": "3.0.0",
"jest": "21.2.1",
"npm-run-all": "4.1.2",
"opener": "1.4.3",
"trash-cli": "1.4.0",
"ts-jest": "21.2.4",
"tslint": "5.8.0",

@@ -35,0 +43,0 @@ "typescript": "2.6.2"

@@ -5,4 +5,6 @@ # Promiso

[![npm version](https://img.shields.io/npm/v/promiso.svg)](https://www.npmjs.com/package/promiso)
[![npm downloads](https://img.shields.io/npm/dt/promiso.svg)](https://www.npmjs.com/package/promiso)
[![NPM version](https://img.shields.io/npm/v/promiso.svg)](https://www.npmjs.com/package/promiso)
[![NPM downloads](https://img.shields.io/npm/dt/promiso.svg)](https://www.npmjs.com/package/promiso)
[![Build status][build-badge]][build-link]
[![Coverage status][coverage-badge]][coverage-link]

@@ -38,2 +40,6 @@ ## Installation

[build-badge]: https://travis-ci.org/AndyBarron/promiso.svg?branch=master
[build-link]: https://travis-ci.org/AndyBarron/promiso
[coverage-badge]: https://coveralls.io/repos/github/AndyBarron/promiso/badge.svg?branch=master
[coverage-link]: https://coveralls.io/github/AndyBarron/promiso?branch=master
[promise-polyfill]: https://github.com/stefanpenner/es6-promise#auto-polyfill
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