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

@paljs/generator

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paljs/generator - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

2

dist/Generator.d.ts

@@ -14,4 +14,4 @@ import { GeneratorsType, GeneratorOptions } from '@paljs/types';

schemaPath: string;
}, options?: Partial<GeneratorOptions> | undefined);
}, options?: Partial<GeneratorOptions<string, Record<string, Record<string, any>>>> | undefined);
run(): Promise<void>;
}
{
"name": "@paljs/generator",
"version": "6.0.5",
"version": "6.0.6",
"main": "dist/index.js",

@@ -19,5 +19,5 @@ "types": "dist/index.d.ts",

"prettier": "^2.8.4",
"@paljs/utils": "6.0.5",
"@paljs/schema": "6.0.5",
"@paljs/types": "6.0.5"
"@paljs/types": "6.0.6",
"@paljs/utils": "6.0.6",
"@paljs/schema": "6.0.6"
},

@@ -24,0 +24,0 @@ "devDependencies": {

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