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

oc-generic-template-compiler

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oc-generic-template-compiler - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

10

index.d.ts

@@ -8,3 +8,3 @@ type Callback<T = unknown> = (err: Error | null, data: T) => void;

}
interface CompiledViewInfo {
export interface CompiledViewInfo {
template: {

@@ -41,2 +41,6 @@ type: string;

}
export interface CompilerServerOptions extends CompilerOptions {
compiledViewInfo: CompiledViewInfo;
}
export type CompileView = (

@@ -47,5 +51,3 @@ options: CompilerOptions,

export type CompileServer = (
options: CompilerOptions & {
compiledViewInfo: CompiledViewInfo;
},
options: CompilerServerOptions,
cb: Callback<any>

@@ -52,0 +54,0 @@ ) => void;

2

package.json
{
"name": "oc-generic-template-compiler",
"version": "2.1.2",
"version": "2.1.3",
"description": "OC-Generic-Template-Compiler",

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

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