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

node-apparatus

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-apparatus - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

dist/cjs/src/index.js

21

dist/package.json
{
"name": "node-apparatus",
"version": "0.1.3",
"version": "0.1.4",
"description": "A mix of common components needed for awesome node experience",
"main": "dist/src/index.js",
"type": "module",
"main": "dist/cjs/src/index.js",
"scripts": {
"clean-build": "rimraf ./dist && tsc",
"copy-files": "npx copyfiles ./package.json ./LICENSE ./README.md ./dist/",
"clean-prod": "rimraf ./dist/test",
"clean-prod": "rimraf ./dist/esm/test && rimraf ./dist/cjs/test",
"build": "npm run build-test && npm run clean-prod",
"build-test": "npm run clean-build && npx tsc && npm run copy-files",
"build-test": "npm run clean-build && npx tsc --project ./tsconfig.json && npx tsc --project ./tsconfig-cjs.json && npm run copy-files",
"start": "npm run build && node -r dotenv/config dist/src/server.js ./.env",
"test": "npm run build-test && node --test ./dist/test ",
"test": "npm run build-test && node --test ./dist/cjs/test && npx copyfiles -u 1 ./dist/package.json ./dist/esm/ && cd ./dist/esm/ && npm pkg set 'type'='module' && node --test ./test && rimraf ./package.json",
"docker-local": "docker build -f ./Dockerfile -t notification-hub-svc:local .",
"coverage": "c8 --config ./coverage-config.json npm run test",
"push": "npm whoami && npm version patch && npm test && npm publish --access=public&& git push --tags"
"push": "npm whoami && npm version patch && npm test && npm run clean-prod && npm publish && git push --tags"
},

@@ -52,3 +51,9 @@ "repository": {

"README.md"
]
],
"exports": {
".": {
"import": "./dist/esm/src/index.js",
"require": "./dist/cjs/src/index.js"
}
}
}
{
"name": "node-apparatus",
"version": "0.1.3",
"version": "0.1.4",
"description": "A mix of common components needed for awesome node experience",
"main": "dist/src/index.js",
"type": "module",
"main": "dist/cjs/src/index.js",
"scripts": {
"clean-build": "rimraf ./dist && tsc",
"copy-files": "npx copyfiles ./package.json ./LICENSE ./README.md ./dist/",
"clean-prod": "rimraf ./dist/test",
"clean-prod": "rimraf ./dist/esm/test && rimraf ./dist/cjs/test",
"build": "npm run build-test && npm run clean-prod",
"build-test": "npm run clean-build && npx tsc && npm run copy-files",
"build-test": "npm run clean-build && npx tsc --project ./tsconfig.json && npx tsc --project ./tsconfig-cjs.json && npm run copy-files",
"start": "npm run build && node -r dotenv/config dist/src/server.js ./.env",
"test": "npm run build-test && node --test ./dist/test ",
"test": "npm run build-test && node --test ./dist/cjs/test && npx copyfiles -u 1 ./dist/package.json ./dist/esm/ && cd ./dist/esm/ && npm pkg set 'type'='module' && node --test ./test && rimraf ./package.json",
"docker-local": "docker build -f ./Dockerfile -t notification-hub-svc:local .",
"coverage": "c8 --config ./coverage-config.json npm run test",
"push": "npm whoami && npm version patch && npm test && npm publish --access=public&& git push --tags"
"push": "npm whoami && npm version patch && npm test && npm run clean-prod && npm publish && git push --tags"
},

@@ -52,3 +51,9 @@ "repository": {

"README.md"
]
],
"exports": {
".": {
"import": "./dist/esm/src/index.js",
"require": "./dist/cjs/src/index.js"
}
}
}
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