Socket
Socket
Sign inDemoInstall

@olton/string

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.5.0

dist/string.cjs.js

27

package.json
{
"name": "@olton/string",
"version": "0.4.4",
"version": "0.5.0",
"description": "String is a minimalist JavaScript library for manipulating with strings for node and modern browsers with a comfortable modern API.",
"main": "dist/string.js",
"main": "dist/string.cjs.js",
"module": "dist/string.es.js",
"files": [
"dist"
],
"type": "module",
"scripts": {
"prebuild": "shx rm -rf dist/* lib/*",
"build": "rollup --config",
"test": "npm run build & jest"
"build": "npm i && cross-env MODE=production rollup --config",
"dev": "cross-env MODE=development rollup --config",
"watch": "cross-env MODE=development rollup -c -w",
"test": "vitest run",
"pub": "npm publish --access public"
},

@@ -41,12 +48,10 @@ "repository": {

"@rollup/plugin-json": "^6.1.0",
"chai": "^4.3.10",
"jest": "^29.7.0",
"rollup": "^4.9.0",
"shx": "^0.3.4"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup-plugin-progress": "^1.1.2"
"cross-env": "^7.0.3",
"rollup": "^4.9.0",
"rollup-plugin-progress": "^1.1.2",
"shx": "^0.3.4",
"vitest": "^1.0.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc