New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@retter/rio-generator

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@retter/rio-generator - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

1

dist/utils.js

@@ -76,3 +76,2 @@ "use strict";

}
console.log(JSON.stringify(targetLanguage.optionDefinitions));
index = targetLanguage.optionDefinitions.findIndex(function (i) { return i.name === 'just-types'; });

@@ -79,0 +78,0 @@ if (index !== -1)

2

package.json
{
"name": "@retter/rio-generator",
"version": "1.2.2",
"version": "1.2.3",
"description": "retter io proxy class helper generator",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -41,3 +41,2 @@ import { quicktype, InputData, JSONSchemaInput, FetchingJSONSchemaStore } from 'quicktype-core'

console.log(JSON.stringify(targetLanguage.optionDefinitions))
let index = targetLanguage.optionDefinitions.findIndex(i => i.name === 'just-types')

@@ -44,0 +43,0 @@ if (index !== -1) targetLanguage.optionDefinitions[index].defaultValue = true

Sorry, the diff of this file is not supported yet

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