Socket
Socket
Sign inDemoInstall

@platform/util.string

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.string - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

15

package.json
{
"name": "@platform/util.string",
"version": "0.0.1",
"version": "0.0.2",
"description": "String helpers.",

@@ -8,7 +8,8 @@ "main": "lib/index",

"scripts": {
"test": "ts test",
"tdd": "ts test --watch",
"lint": "ts lint",
"build": "ts build",
"prepare": "ts prepare"
"test": "yarn chmod && ts test",
"tdd": "yarn chmod && ts test --watch",
"lint": "yarn chmod && ts lint",
"build": "yarn chmod && ts build",
"prepare": "yarn chmod && ts prepare",
"chmod": "chmod 777 node_modules/.bin/ts"
},

@@ -22,3 +23,3 @@ "dependencies": {

"@platform/test": "0.0.26",
"@platform/ts.cli": "3.3.27",
"@platform/ts.cli": "3.3.28",
"@types/escape-string-regexp": "^1.0.0"

@@ -25,0 +26,0 @@ },

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