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

@app-masters/js-lib

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-masters/js-lib - npm Package Compare versions

Comparing version 1.1.41 to 1.1.42

5

package.json
{
"name": "@app-masters/js-lib",
"version": "1.1.41",
"version": "1.1.42",
"description": "JS lib",

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

"test": "jest",
"build": "rm -rf dist/ && rm -rf node_modules/ && npm i && babel src/ -d dist/",
"clean": "rm -rf dist/ && rm -rf node_modules",
"build": "npm run clean && npm install && babel src/ -d dist/",
"prepublishOnly": "npm run build"

@@ -11,0 +12,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