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

string-template

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-template - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

23

package.json
{
"name": "string-template",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple string template function based on named or indexed arguments",

@@ -36,4 +36,23 @@ "keywords": [

"scripts": {
"test": "node ./test/index.js"
"test": "node ./test/index.js",
"travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
"cover": "istanbul cover --report none --print detail ./test/index.js",
"view-cover": "istanbul report html && google-chrome ./coverage/index.html"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/8..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}

@@ -1,4 +0,9 @@

# string-template
[![build status][1]][2] [![dependency status][3]][4] [![coverage report][9]][10] [![stability index][15]][16]
[![npm stats][13]][14]
[![browser support][5]][6]
A simple string template function based on named or indexed arguments

@@ -50,2 +55,20 @@

## MIT Licenced
## MIT Licenced
[1]: https://secure.travis-ci.org/Matt-Esch/string-template.png
[2]: https://travis-ci.org/Matt-Esch/string-template
[3]: https://david-dm.org/Matt-Esch/string-template.png
[4]: https://david-dm.org/Matt-Esch/string-template
[5]: https://ci.testling.com/Matt-Esch/string-template.png
[6]: https://ci.testling.com/Matt-Esch/string-template
[9]: https://coveralls.io/repos/Matt-Esch/string-template/badge.png
[10]: https://coveralls.io/r/Matt-Esch/string-template
[13]: https://nodei.co/npm/string-template.png?downloads=true&stars=true
[14]: https://nodei.co/npm/string-template
[15]: http://hughsk.github.io/stability-badges/dist/unstable.svg
[16]: http://github.com/hughsk/stability-badges
[7]: https://badge.fury.io/js/string-template.png
[8]: https://badge.fury.io/js/string-template
[11]: https://gemnasium.com/Matt-Esch/string-template.png
[12]: https://gemnasium.com/Matt-Esch/string-template
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