Socket
Socket
Sign inDemoInstall

repeat-string

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

.verbrc.md

12

package.json
{
"name": "repeat-string",
"description": "Repeat the given string, n times.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/repeat-string",

@@ -33,11 +33,11 @@ "author": {

"engines": {
"node": ">=0.8"
"node": ">=0.10"
},
"scripts": {
"test": "mocha -R test"
"test": "mocha -R spec"
},
"devDependencies": {
"verb": "~0.1.20",
"chai": "~1.9.1"
"chai": "~1.9.1",
"verb": "~0.2.6"
}
}
}

@@ -12,2 +12,3 @@ # repeat-string [![NPM version](https://badge.fury.io/js/repeat-string.png)](http://badge.fury.io/js/repeat-string)

## Usage

@@ -35,2 +36,2 @@ Require `repeat-string`:

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 27, 2014._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 03, 2014._

@@ -5,3 +5,2 @@ var expect = require('chai').expect;

describe('repeat', function () {
it('should repeat the given string n times', function () {

@@ -8,0 +7,0 @@ var actual = repeat('foo', 10);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc