Socket
Socket
Sign inDemoInstall

@wessberg/stringutil

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wessberg/stringutil - npm Package Compare versions

Comparing version 1.0.8 to 1.0.10

17

CHANGELOG.md

@@ -0,1 +1,18 @@

<a name="1.0.10"></a>
## 1.0.10 (2017-08-20)
* 1.0.10 ([ad40c81](https://github.com/wessberg/StringUtil/commit/ad40c81))
* Updated to newest ts config ([3acb652](https://github.com/wessberg/StringUtil/commit/3acb652))
<a name="1.0.9"></a>
## 1.0.9 (2017-08-20)
* 1.0.9 ([cf85760](https://github.com/wessberg/StringUtil/commit/cf85760))
* Bumped dependencies ([24c3c74](https://github.com/wessberg/StringUtil/commit/24c3c74))
* Bumped version ([4b06c61](https://github.com/wessberg/StringUtil/commit/4b06c61))
<a name="1.0.8"></a>

@@ -2,0 +19,0 @@ ## 1.0.8 (2017-08-08)

23

package.json
{
"name": "@wessberg/stringutil",
"version": "1.0.8",
"version": "1.0.10",
"description": "A class for performing simple operations on strings.",

@@ -13,6 +13,6 @@ "repository": {

"scripts": {
"test": "NODE_ENV=TEST ava",
"changelog:generate": "conventional-changelog --outfile CHANGELOG.md --release-count 0",
"readme:changelog": "node node_modules/@wessberg/ts-config/readme/changelog/helper/add-changelog.js",
"readme:badges": "node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js",
"readme:refresh": "npm run changelog:generate && npm run readme:changelog && npm run readme:badges",
"readme:refresh": "npm run changelog:generate && npm run readme:badges",
"commit:readme": "npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true",

@@ -25,10 +25,9 @@ "clean:dist": "rm -r -f dist",

"tsc:test": "tsc --module umd --target es2017 --sourceMap",
"build:pre": "npm run clean",
"build:umd": "npm run tsc:dist:umd",
"build:es2015": "npm run tsc:dist:es2015",
"build": "npm run build:pre && npm run build:umd && npm run build:es2015",
"prebuild": "npm run clean",
"build": "npm run build:umd & npm run build:es2015",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"validate": "npm run tslint && npm run test",
"pretest": "npm run clean:compiled && npm run tsc:test",
"test": "NODE_ENV=TEST ava",
"posttest": "npm run clean:compiled",

@@ -38,5 +37,5 @@ "prepublishOnly": "npm run validate && npm run build",

"prepush": "npm run validate && exit 0",
"publish:major": "npm version major && npm run commit:readme && git push && npm publish",
"publish:minor": "npm version minor && npm run commit:readme && git push && npm publish",
"publish:patch": "npm version patch && npm run commit:readme && git push && npm publish"
"publish:major": "npm version major && npm run commit:readme && git push --no-verify && npm publish",
"publish:minor": "npm version minor && npm run commit:readme && git push --no-verify && npm publish",
"publish:patch": "npm version patch && npm run commit:readme && git push --no-verify && npm publish"
},

@@ -59,8 +58,8 @@ "keywords": [

"devDependencies": {
"@wessberg/ts-config": "0.0.20",
"ava": "^0.21.0",
"@wessberg/ts-config": "0.0.23",
"ava": "^0.22.0",
"conventional-changelog-cli": "latest",
"husky": "^0.14.3",
"tslint": "^5.6.0",
"typescript": "2.4.2"
"typescript": "^2.5.1"
},

@@ -67,0 +66,0 @@ "dependencies": {

# StringUtil
[![NPM version][npm-version-image]][npm-version-url]
[![Dev Dependencies][dev-dependencies-image]][dev-dependencies-url]
[dev-dependencies-url]: https://david-dm.org/wessberg/typedetector?type=dev
[dev-dependencies-image]: https://david-dm.org/hub.com/wessberg/StringUtil/dev-status.svg
[![deps][deps-image]][deps-url]
[deps-url]: https://david-dm.org/wessberg/typedetector
[deps-image]: https://david-dm.org/hub.com/wessberg/StringUtil/status.svg
[![License-mit][license-mit-image]][license-mit-url]

@@ -38,190 +28,4 @@

## Changelog
<a name="1.0.8"></a>
## 1.0.8 (2017-08-08)
* 1.0.8 ([3507188](https://github.com/wessberg/StringUtil/commit/3507188))
* Added more methods and specs ([d5d8000](https://github.com/wessberg/StringUtil/commit/d5d8000))
* Bumped version ([7598fad](https://github.com/wessberg/StringUtil/commit/7598fad))
<a name="1.0.7"></a>
## 1.0.7 (2017-08-08)
* 1.0.7 ([6d7be2d](https://github.com/wessberg/StringUtil/commit/6d7be2d))
* Added a few extra methods ([5e404f1](https://github.com/wessberg/StringUtil/commit/5e404f1))
* Bumped version ([5fd06a1](https://github.com/wessberg/StringUtil/commit/5fd06a1))
<a name="1.0.6"></a>
## 1.0.6 (2017-08-08)
* 1.0.6 ([87998bb](https://github.com/wessberg/StringUtil/commit/87998bb))
* Added a few extra methods ([ce4e873](https://github.com/wessberg/StringUtil/commit/ce4e873))
<a name="1.0.5"></a>
## 1.0.5 (2017-07-11)
* 1.0.5 ([750e48a](https://github.com/wessberg/StringUtil/commit/750e48a))
* Changed folder structure ([f517ee2](https://github.com/wessberg/StringUtil/commit/f517ee2))
* Switched to new ts-config setup. ([0173c2a](https://github.com/wessberg/StringUtil/commit/0173c2a))
<a name="1.0.4"></a>
## 1.0.4 (2017-07-10)
* added publish scripts ([30c6586](https://github.com/wessberg/StringUtil/commit/30c6586))
* added publish scripts)[@] ([3dc29ac](https://github.com/wessberg/StringUtil/commit/3dc29ac))
<a name="1.0.3"></a>
## 1.0.3 (2017-07-10)
* added publish scripts ([f0760aa](https://github.com/wessberg/StringUtil/commit/f0760aa))
* added publish scripts)[@] ([f7d8fd6](https://github.com/wessberg/StringUtil/commit/f7d8fd6))
<a name="1.0.2"></a>
## 1.0.2 (2017-07-10)
* (@added publish scripts)[@] ([e1264b6](https://github.com/wessberg/StringUtil/commit/e1264b6))
* @added publish scripts ([a9c417a](https://github.com/wessberg/StringUtil/commit/a9c417a))
<a name="1.0.1"></a>
## 1.0.1 (2017-07-10)
* 1.0.1 ([472bc86](https://github.com/wessberg/StringUtil/commit/472bc86))
* Added documentation. ([7ec0d7f](https://github.com/wessberg/StringUtil/commit/7ec0d7f))
* First commit ([01e96bc](https://github.com/wessberg/StringUtil/commit/01e96bc))
* process.argv[2] ([8a9b957](https://github.com/wessberg/StringUtil/commit/8a9b957))
* Update .gitignore ([b28e524](https://github.com/wessberg/StringUtil/commit/b28e524))
* Update package.json ([5ca4350](https://github.com/wessberg/StringUtil/commit/5ca4350))
## 1.0.7 (2017-08-08)
* 1.0.7 ([6d7be2d](https://github.com/wessberg/StringUtil/commit/6d7be2d))
* Added a few extra methods ([5e404f1](https://github.com/wessberg/StringUtil/commit/5e404f1))
* Bumped version ([5fd06a1](https://github.com/wessberg/StringUtil/commit/5fd06a1))
<a name="1.0.6"></a>
## 1.0.6 (2017-08-08)
* 1.0.6 ([87998bb](https://github.com/wessberg/StringUtil/commit/87998bb))
* Added a few extra methods ([ce4e873](https://github.com/wessberg/StringUtil/commit/ce4e873))
<a name="1.0.5"></a>
## 1.0.5 (2017-07-11)
* 1.0.5 ([750e48a](https://github.com/wessberg/StringUtil/commit/750e48a))
* Changed folder structure ([f517ee2](https://github.com/wessberg/StringUtil/commit/f517ee2))
* Switched to new ts-config setup. ([0173c2a](https://github.com/wessberg/StringUtil/commit/0173c2a))
<a name="1.0.4"></a>
## 1.0.4 (2017-07-10)
* added publish scripts ([30c6586](https://github.com/wessberg/StringUtil/commit/30c6586))
* added publish scripts)[@] ([3dc29ac](https://github.com/wessberg/StringUtil/commit/3dc29ac))
<a name="1.0.3"></a>
## 1.0.3 (2017-07-10)
* added publish scripts ([f0760aa](https://github.com/wessberg/StringUtil/commit/f0760aa))
* added publish scripts)[@] ([f7d8fd6](https://github.com/wessberg/StringUtil/commit/f7d8fd6))
<a name="1.0.2"></a>
## 1.0.2 (2017-07-10)
* (@added publish scripts)[@] ([e1264b6](https://github.com/wessberg/StringUtil/commit/e1264b6))
* @added publish scripts ([a9c417a](https://github.com/wessberg/StringUtil/commit/a9c417a))
<a name="1.0.1"></a>
## 1.0.1 (2017-07-10)
* 1.0.1 ([472bc86](https://github.com/wessberg/StringUtil/commit/472bc86))
* Added documentation. ([7ec0d7f](https://github.com/wessberg/StringUtil/commit/7ec0d7f))
* First commit ([01e96bc](https://github.com/wessberg/StringUtil/commit/01e96bc))
* process.argv[2] ([8a9b957](https://github.com/wessberg/StringUtil/commit/8a9b957))
* Update .gitignore ([b28e524](https://github.com/wessberg/StringUtil/commit/b28e524))
* Update package.json ([5ca4350](https://github.com/wessberg/StringUtil/commit/5ca4350))
## 1.0.6 (2017-08-08)
* 1.0.6 ([87998bb](https://github.com/wessberg/StringUtil/commit/87998bb))
* Added a few extra methods ([ce4e873](https://github.com/wessberg/StringUtil/commit/ce4e873))
<a name="1.0.5"></a>
## 1.0.5 (2017-07-11)
* 1.0.5 ([750e48a](https://github.com/wessberg/StringUtil/commit/750e48a))
* Changed folder structure ([f517ee2](https://github.com/wessberg/StringUtil/commit/f517ee2))
* Switched to new ts-config setup. ([0173c2a](https://github.com/wessberg/StringUtil/commit/0173c2a))
<a name="1.0.4"></a>
## 1.0.4 (2017-07-10)
* added publish scripts ([30c6586](https://github.com/wessberg/StringUtil/commit/30c6586))
* added publish scripts)[@] ([3dc29ac](https://github.com/wessberg/StringUtil/commit/3dc29ac))
<a name="1.0.3"></a>
## 1.0.3 (2017-07-10)
* added publish scripts ([f0760aa](https://github.com/wessberg/StringUtil/commit/f0760aa))
* added publish scripts)[@] ([f7d8fd6](https://github.com/wessberg/StringUtil/commit/f7d8fd6))
<a name="1.0.2"></a>
## 1.0.2 (2017-07-10)
* (@added publish scripts)[@] ([e1264b6](https://github.com/wessberg/StringUtil/commit/e1264b6))
* @added publish scripts ([a9c417a](https://github.com/wessberg/StringUtil/commit/a9c417a))
<a name="1.0.1"></a>
## 1.0.1 (2017-07-10)
* 1.0.1 ([472bc86](https://github.com/wessberg/StringUtil/commit/472bc86))
* Added documentation. ([7ec0d7f](https://github.com/wessberg/StringUtil/commit/7ec0d7f))
* First commit ([01e96bc](https://github.com/wessberg/StringUtil/commit/01e96bc))
* process.argv[2] ([8a9b957](https://github.com/wessberg/StringUtil/commit/8a9b957))
* Update .gitignore ([b28e524](https://github.com/wessberg/StringUtil/commit/b28e524))
* Update package.json ([5ca4350](https://github.com/wessberg/StringUtil/commit/5ca4350))
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