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

@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.3 to 1.0.4

12

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

@@ -29,7 +29,7 @@ "main": "./dist/cjs/index.js",

"commit": "git add . && git commit -am ",
"beforepublish": "npm run tslint && npm run build && npm run commit \"$npm_config_message)[@]\"",
"publish": "npm run publish:patch",
"publish:major": "npm run beforepublish && npm version major && && git push && npm publish",
"publish:minor": "npm run beforepublish && npm version minor && && git push && npm publish",
"publish:patch": "npm run beforepublish && npm version patch && git push && npm publish"
"beforepush": "npm run tslint && npm run build && npm run commit \"$npm_config_message)[@]\"",
"push": "npm run push:patch",
"push:major": "npm run beforepush && npm version major && git push && npm publish",
"push:minor": "npm run beforepush && npm version minor && git push && npm publish",
"push:patch": "npm run beforepush && npm version patch && git push && npm publish"
},

@@ -36,0 +36,0 @@ "keywords": [

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