Socket
Socket
Sign inDemoInstall

json-typescript

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-typescript - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

types/json/index.d.ts

2

package.json
{
"name": "json-typescript",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript ambient type definitions for JSON objects",

@@ -5,0 +5,0 @@ "main": "index.d.ts",

@@ -6,10 +6,9 @@ {

"experimentalDecorators": true,
"noImplicitAny": true,
"noImplicitThis": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"noUnusedParameters": true,
"noEmit": true,
"lib": [
"es2015"
"typeRoots": [
"node_modules/@types",
"types"
]

@@ -21,3 +20,2 @@ },

"include": [
"json/index.d.ts",
"tests/helpers.ts",

@@ -24,0 +22,0 @@ "tests/**/*test.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