New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@riadh-adrani/str-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riadh-adrani/str-utils - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/cjs/index.d.ts

11

package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.0.2",
"version": "1.0.3",
"type": "module",

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

"build:clean": "rm -rf dist",
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"build:types": "tsc --project tsconfig.types.json",
"build": "yarn build:clean && yarn build:cjs && yarn build:esm && yarn build:types && ./pacakge.json.fix.sh",
"build:cjs": "tsc --project tsconfig.cjs.json --removeComments",
"build:esm": "tsc --project tsconfig.esm.json --removeComments",
"build:cjs:types": "tsc --project tsconfig.cjs.json --emitDeclarationOnly --pretty",
"build:esm:types": "tsc --project tsconfig.esm.json --emitDeclarationOnly --pretty",
"build": "yarn build:clean && yarn build:cjs && yarn build:cjs:types && yarn build:esm && yarn build:esm:types && ./pacakge.json.fix.sh",
"check:lint": "npx eslint . --ext .ts",

@@ -47,0 +48,0 @@ "check:format": "npx prettier --check ./",

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