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

norma

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

norma - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

7

package.json
{
"name": "norma",
"version": "3.1.0",
"version": "3.1.1",
"description": "A function argument organizer",

@@ -13,3 +13,4 @@ "main": "norma.js",

"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;",
"repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --registry https://registry.npmjs.org "
"repo-publish": "npm run reset && npm run repo-publish-quick",
"repo-publish-quick": "npm run prettier && npm test && npm run repo-tag && npm publish --registry https://registry.npmjs.org "
},

@@ -42,3 +43,3 @@ "repository": {

"pegjs": "^0.10.0",
"prettier": "^3.1.0",
"prettier": "^3.2.4",
"uglify-js": "^3.17.4"

@@ -45,0 +46,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