Socket
Socket
Sign inDemoInstall

@peculiar/json-schema

Package Overview
Dependencies
1
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.6 to 1.1.7

build/index.es.js

0

build/index.js

@@ -0,0 +0,0 @@ 'use strict';

36

package.json
{
"name": "@peculiar/json-schema",
"version": "1.1.6",
"version": "1.1.7",
"description": "This package uses ES2015 decorators to simplify JSON schema creation and use",
"main": "build/index.js",
"types": "index.d.ts",
"module": "build/index.es.js",
"types": "build/types/index.d.ts",
"scripts": {
"test": "mocha",
"prepare": "npm run build",
"build": "rollup -c",
"lint": "tslint 'src/**/*.ts'",
"tsc": "tsc --noEmit",
"prepub": "npm run lint && npm run test && npm run tsc",
"pub": "npm version patch && npm publish --access=public && git push",
"lint": "tslint -p .",
"lint:fix": "tslint --fix -p .",
"build": "npm run build:module && npm run build:types",
"build:module": "rollup -c",
"build:types": "tsc -p tsconfig.types.json",
"clear": "rimraf build/*",
"rebuild": "npm run clear && npm run build",
"prepub": "npm run lint && npm run build",
"pub": "npm version patch && npm publish",
"postpub": "git push && git push --tags origin master",
"prepub:next": "npm run lint && npm run build",
"pub:next": "npm version prerelease --preid=next && npm publish --tag next",
"postpub:next": "git push",
"coverage": "nyc npm test",

@@ -51,9 +60,10 @@ "coveralls": "nyc report --reporter=text-lcov | coveralls"

"@types/mocha": "^5.2.7",
"@types/node": "^12.12.7",
"@types/node": "^12.12.19",
"mocha": "^6.2.2",
"rollup": "^1.26.3",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-typescript": "^1.0.1",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
"rimraf": "^3.0.0",
"rollup": "^1.27.13",
"rollup-plugin-typescript2": "^0.25.3",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
},

@@ -60,0 +70,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc