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

ono

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ono - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "ono",
"version": "1.0.0",
"version": "1.0.1",
"description": "Throw better errors.",

@@ -24,7 +24,7 @@ "keywords": [

"lint": "jshint . --verbose && jscs . --verbose",
"browserify": "simplifyify lib/index.js --outfile dist/ono.js --standalone ono --debug --minify",
"browserify": "simplifyify lib/index.js --outfile dist/ono.js --standalone ono --debug --minify --test",
"watch": "npm run browserify -- --watch",
"test": "istanbul cover _mocha -- --bail --recursive tests && npm run karma",
"mocha": "mocha --bail --recursive tests",
"karma": "npm run browserify -- --test && karma start --single-run",
"karma": "karma start --single-run",
"upgrade": "npm-check-updates -u && npm update",

@@ -31,0 +31,0 @@ "bump": "bump --prompt --tag --push --all",

@@ -5,8 +5,8 @@ ono (Oh No!)

[![Build Status](https://img.shields.io/travis/BigstickCarpet/ono.svg)](https://travis-ci.org/BigstickCarpet/ono)
[![Coverage Status](https://img.shields.io/coveralls/BigstickCarpet/ono.svg)](https://coveralls.io/r/BigstickCarpet/ono)
[![Code Climate Score](https://img.shields.io/codeclimate/github/BigstickCarpet/ono.svg)](https://codeclimate.com/github/BigstickCarpet/ono)
[![Dependencies](https://img.shields.io/david/BigstickCarpet/ono.svg)](https://david-dm.org/BigstickCarpet/ono)
[![Build Status](https://api.travis-ci.org/BigstickCarpet/ono.svg)](https://travis-ci.org/BigstickCarpet/ono)
[![Dependencies](https://david-dm.org/BigstickCarpet/ono.svg)](https://david-dm.org/BigstickCarpet/ono)
[![Coverage Status](https://coveralls.io/repos/BigstickCarpet/ono/badge.svg?branch=master&service=github)](https://coveralls.io/r/BigstickCarpet/ono)
[![Code Climate Score](https://codeclimate.com/github/BigstickCarpet/ono/badges/gpa.svg)](https://codeclimate.com/github/BigstickCarpet/ono)
[![Codacy Score](https://www.codacy.com/project/badge/5385a27383174c3089145ec626ffb25b)](https://www.codacy.com/public/jamesmessinger/ono)
[![Inline docs](http://inch-ci.org/github/BigstickCarpet/ono.svg?branch=master&style=shields)](http://inch-ci.org/github/BigstickCarpet/ono)
[![Downloads](https://img.shields.io/npm/dm/ono.svg)](https://www.npmjs.com/package/ono)

@@ -13,0 +13,0 @@ [![npm](http://img.shields.io/npm/v/ono.svg)](https://www.npmjs.com/package/ono)

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