Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
2
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismatic-io/spectral - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/index.d.ts

21

package.json
{
"name": "@prismatic-io/spectral",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utility library for building Prismatic components",

@@ -8,3 +8,4 @@ "keywords": [

],
"main": "src/index.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"homepage": "https://prismatic.io",

@@ -21,12 +22,18 @@ "bugs": {

"scripts": {
"lint": "eslint --quiet --ext .ts,.js .",
"lint": "eslint --quiet --ext .ts,.js src/",
"format": "prettier --loglevel error --write '!./dist/**' '**'",
"check": "prettier --check '!./dist/**' '**'",
"build": "yarn run lint",
"build": "yarn run lint && tsc",
"prepack": "yarn run build",
"test": "echo \"Warning: no test specified\""
},
"dependencies": {},
"files": [
"lib/",
"package.json"
],
"dependencies": {
"@types/node": "^13.13.0",
"@types/pino": "^6.0.0"
},
"devDependencies": {
"@types/node": "^13.13.0",
"@types/pino": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^2.28.0",

@@ -33,0 +40,0 @@ "@typescript-eslint/parser": "^2.28.0",

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