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

two-string

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

two-string - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.travis.yml

15

package.json
{
"name": "two-string",
"version": "1.0.1",
"version": "1.0.2",
"description": "An incredibly useful twoString utility.",

@@ -21,13 +21,24 @@ "keywords": [

"lint": "eslint .",
"cover": "rimraf coverage && mkdir coverage && mocha -R mocha-lcov-reporter > coverage/lcov.info",
"pretest": "npm run lint",
"test": "mocha -R nyan"
},
"config": {
"blanket": {
"pattern": "src"
}
},
"dependencies": {},
"devDependencies": {
"blanket": "^1.2.1",
"chai": "^3.5.0",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.0",
"eslint-plugin-react": "^3.16.1",
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.0.0",
"rimraf": "^2.5.1"
},
"peerDependencies": {}
}

@@ -5,2 +5,8 @@ # twoString

[![npm](https://img.shields.io/npm/v/two-string.svg)](https://npmjs.com/packages/two-string)
[![GitHub Issues](https://img.shields.io/github/issues/theneva/two-string.svg)](https://github.com/theneva/two-string/issues)
[![Travis](https://travis-ci.org/theneva/two-string.svg?branch=master)](https://travis-ci.org/theneva/two-string)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/ps1v4exs2py8831e?svg=true)](https://ci.appveyor.com/project/theneva/two-string)
[![Coverage Status](https://coveralls.io/repos/github/theneva/two-string/badge.svg?branch=master)](https://coveralls.io/github/theneva/two-string?branch=master)
## Usage

@@ -7,0 +13,0 @@

4

test/twoString.spec.js

@@ -5,4 +5,4 @@ const expect = require('chai').expect;

describe('twoString', () => {
it('should return a two string', () => {
describe('twoString', function testTwoString() {
it('should return a two string', function checkReturnsTwoString() {
const result = twoString();

@@ -9,0 +9,0 @@ expect(result).to.equal('2');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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