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

@panora/shared

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panora/shared - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

CONTRIBUTING.md

8

CHANGELOG.md

@@ -1,7 +0,1 @@

# @panora/shared
## 1.0.0
### Major Changes
- 0606c93: fix
RELEASE 1.0.0
{
"name": "@panora/shared",
"main": "index.ts",
"types": "index.ts",
"version": "1.0.0",
"version": "1.1.0",
"description": "NestJS npm package starter",
"author": "John Biundo <johnfbiundo@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"main": "dist/test.js",
"files": [
"dist/**/*",
"*.md"
],
"scripts": {
"start:dev": "tsc -w",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json -c tslint.json",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"keywords": [
"nestjs"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/nestjsplus/nestjs-package-starter"
},
"bugs": "https://github.com/nestjsplus/nestjs-package-starter",
"peerDependencies": {
"@nestjs/common": "^6.0.0"
},
"dependencies": {
"dotenv": "^16.3.1"
},
"devDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"typescript": "^5.3.3"
"@types/supertest": "^2.0.12",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3",
"tsc-watch": "2.2.1",
"tslint": "5.16.0"
},
"type": "module",
"dependencies": {
"dotenv": "^16.3.1"
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

Sorry, the diff of this file is not supported yet

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