Socket
Socket
Sign inDemoInstall

@stoplight/json

Package Overview
Dependencies
Maintainers
7
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/json - npm Package Compare versions

Comparing version 0.0.44-alpha.1 to 1.0.0

decycle.d.ts

53

package.json
{
"name": "@stoplight/json",
"version": "0.0.44-alpha.1",
"description": "Stoplight json type and interface definitions.",
"main": "lib/index.js",
"version": "1.0.0",
"description": "Useful functions when working with JSON.",
"keywords": [
"json",
"json parser",
"json.parse",
"parser",
"sourcemap"
],
"main": "index.js",
"sideEffects": false,
"author": "Stoplight <dev@stoplight.io>",
"homepage": "https://stoplight.io",
"license": "MIT",
"repository": "https://github.com/stoplightio/core/tree/master/packages/json",
"scripts": {
"depcheck": "depcheck",
"ncu": "ncu",
"prepublishOnly": "yarn build",
"build": "cross-env NODE_ENV=production yarn build.module",
"build.module": "tsc --outDir ./lib",
"build.docs": "typedoc --out docs --target es6 --theme minimal --mode file src",
"start": "cross-env NODE_ENV=development yarn build.module -w",
"clean": "git clean -fdX ."
"files": [
"**/*",
"!__tests__"
],
"author": "Stoplight <support@stoplight.io>",
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/json"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.3.0"
},
"dependencies": {
"@stoplight/fast-safe-stringify": "2.1.x",
"lodash.get": "4.x.x",
"lodash.set": "4.x.x",
"lodash.trimstart": "4.x.x",
"tslib": "1.x.x"
"@stoplight/fast-safe-stringify": "2.1.2",
"@stoplight/types": "1.2.0",
"json-source-map": "0.4.0",
"lodash": "4.x.x"
},
"devDependencies": {
"@types/lodash.get": "4.x.x",
"@types/lodash.set": "4.x.x"
},
"gitHead": "8c1880f92fe7ca5e24dccdc03c32387097c2b900"
"typings": "index.d.ts"
}
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