Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jmserrano/json2dts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jmserrano/json2dts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

cli.js

6

package.json
{
"name": "@jmserrano/json2dts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert json (i18n) in Typescript declaration (d.ts)",
"main": "index.js",
"bin": {
"json2dts": "src/main.js"
"json2dts": "./cli.js"
},

@@ -9,0 +9,0 @@ "keywords": [

@@ -0,1 +1,3 @@

#!/usr/bin/env node
const commandLineArgs = require('command-line-args');

@@ -2,0 +4,0 @@ const commandLineUsage = require('command-line-usage');

@@ -0,1 +1,3 @@

#!/usr/bin/env node
class Converter {

@@ -2,0 +4,0 @@ static getParent(parent, child){

@@ -0,1 +1,3 @@

#!/usr/bin/env node
const fs = require('fs');

@@ -2,0 +4,0 @@

@@ -0,1 +1,3 @@

#!/usr/bin/env node
class Template {

@@ -2,0 +4,0 @@ static templateMethod(key) {

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