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

@thi.ng/strings

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/strings - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.2...@thi.ng/strings@1.0.3) (2019-02-05)
**Note:** Version bump only for package @thi.ng/strings
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.1...@thi.ng/strings@1.0.2) (2019-01-31)

@@ -8,0 +16,0 @@

10

package.json
{
"name": "@thi.ng/strings",
"version": "1.0.2",
"version": "1.0.3",
"description": "Various string formatting & utility functions",

@@ -19,3 +19,3 @@ "module": "./index.js",

"build:es6": "tsc --declaration",
"build:bundle": "../../scripts/bundle-module strings errors memoize",
"build:bundle": "../../scripts/bundle-module",
"test": "rimraf build && tsc -p test/tsconfig.json && nyc mocha build/test/*.js",

@@ -36,4 +36,4 @@ "clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",

"dependencies": {
"@thi.ng/errors": "^1.0.1",
"@thi.ng/memoize": "^1.0.1"
"@thi.ng/errors": "^1.0.2",
"@thi.ng/memoize": "^1.0.2"
},

@@ -65,3 +65,3 @@ "keywords": [

"sideEffects": false,
"gitHead": "50a5098ac32e9c939d50b02f2207c9df6c623663"
"gitHead": "74fb4d83013785ce7a95357c565426a046657e74"
}
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