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

@gliff-ai/manage

Package Overview
Dependencies
Maintainers
2
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gliff-ai/manage - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

7

package.json
{
"name": "@gliff-ai/manage",
"version": "0.2.6",
"version": "0.2.7",
"description": "gliff.ai MANAGE",

@@ -12,5 +12,6 @@ "repository": "git://github.com/gliff-ai/manage.git",

"build": "webpack --progress --config webpack.config.js",
"format": "npx --no-install prettier --write src/*",
"prettier": "npx --no-install prettier -c src/*",
"lint": "npm run lint:ts && npm run prettier",
"prettier": "npx prettier -c **/*.ts*",
"lint:ts": "npx eslint \"**/*.ts*\"",
"lint:ts": "npx eslint src/*",
"serve": "webpack serve --config webpack.config.js",

@@ -17,0 +18,0 @@ "test": "jest --coverage --passWithNoTests",

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