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

@anephenix/measure

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anephenix/measure - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

25

package.json
{
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"engines": {
"node": ">=20"
"node": ">=22"
},

@@ -19,5 +19,8 @@ "scripts": {

"cover": "cross-env NODE_ENV=test npx nyc --reporter=lcov npm t",
"prepare-patch-release": "npm run update-changelog && git add CHANGELOG.md && git commit -m \"Updated changelog\" && npm version patch",
"prettier": "prettier src test --write",
"publish-patch-release": "npm run prepare-patch-release && git push origin master && git push --tags",
"size": "size-limit",
"test": "cross-env NODE_ENV=test npx mocha --require ts-node/register --extensions ts,tsx test/* --test",
"update-changelog": "npx ts-node scripts/update-changelog.ts",
"watch": "tsc --project tsconfig.json --watch"

@@ -45,16 +48,16 @@ },

"devDependencies": {
"@size-limit/esbuild-why": "^11.1.4",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/mocha": "^10.0.7",
"@size-limit/esbuild-why": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/mocha": "^10.0.10",
"cross-env": "^7.0.3",
"husky": "^9.1.5",
"mocha": "^10.7.3",
"husky": "^9.1.7",
"mocha": "^11.0.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^17.0.0",
"prettier": "^3.3.3",
"nyc": "^17.1.0",
"prettier": "^3.4.2",
"size-limit": "^11.1.4",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
"tslib": "^2.8.1",
"typescript": "^5.7.2"
}
}

@@ -16,3 +16,3 @@ # Measure

- Node.js (version 20+)
- Node.js (version 22+)

@@ -65,2 +65,2 @@ ### Usage

© 2024 Anephenix OÜ. Measure is licensed under the MIT license.
© 2025 Anephenix OÜ. Measure is licensed under the MIT license.
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