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

@rocket.chat/apps-compiler

Package Overview
Dependencies
Maintainers
9
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocket.chat/apps-compiler - npm Package Compare versions

Comparing version 0.0.1 to 0.1.1

AppsCompiler.d.ts

9

package.json
{
"name": "@rocket.chat/apps-compiler",
"version": "0.0.1",
"version": "0.1.1",
"description": "The Rocket.Chat apps compiler",
"main": "dist/index.js",
"main": "index.js",
"scripts": {

@@ -10,5 +10,8 @@ "test": "mocha -r ts-node/register './tests/**/*.spec.ts'",

"build": "rm -rf dist && mkdir dist && cp package.json dist/package.json && tsc",
"build:prod": "npm run build -- --sourceMap false --declarationMap false ",
"lint": "npx eslint src/**/*.ts",
"dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' ./index.ts",
"dev:debug": "nodemon --watch 'src/**/*.ts' --exec node -r ts-node/register --inspect --inspect=0.0.0.0:9229 ./index.ts "
"dev:debug": "nodemon --watch 'src/**/*.ts' --exec node -r ts-node/register --inspect --inspect=0.0.0.0:9229 ./index.ts",
"publish": "npm run build:prod && cp LICENSE dist/LICENSE && cd dist && npm publish --access public",
"pack": "npm run build:prod && cp LICENSE dist/LICENSE && cd dist && npm pack"
},

@@ -15,0 +18,0 @@ "repository": {

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