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.1.1 to 1.1.2

6

CHANGELOG.md
RELEASE 1.0.0
## 1.1.2
### Patch Changes
- 350b121: info package update
## 1.1.1

@@ -4,0 +10,0 @@

33

package.json
{
"name": "@panora/shared",
"version": "1.1.1",
"description": "NestJS npm package starter",
"author": "John Biundo <johnfbiundo@gmail.com>",
"version": "1.1.2",
"description": "Shared Package of Panora",
"author": "Panora",
"license": "MIT",

@@ -13,12 +13,2 @@ "readmeFilename": "README.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": [

@@ -30,7 +20,2 @@ "nestjs"

},
"repository": {
"type": "git",
"url": "https://github.com/nestjsplus/nestjs-package-starter"
},
"bugs": "https://github.com/nestjsplus/nestjs-package-starter",
"peerDependencies": {

@@ -73,3 +58,13 @@ "@nestjs/common": "^6.0.0"

"testEnvironment": "node"
},
"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"
}
}
}
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