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

@types/twig

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/twig - npm Package Compare versions

Comparing version 1.12.6 to 1.12.7

2

twig/index.d.ts

@@ -57,3 +57,3 @@ // Type definitions for twig 1.12

export function twig(params: Parameters): Template;
export function extendFilter(name: string, definition: (left: any, ...params: any[]) => string): void;
export function extendFilter(name: string, definition: (left: any, params: any[] | false) => string): void;
export function extendFunction(name: string, definition: (...params: any[]) => string): void;

@@ -60,0 +60,0 @@ export function extendTest(name: string, definition: (value: any) => boolean): void;

{
"name": "@types/twig",
"version": "1.12.6",
"version": "1.12.7",
"description": "TypeScript definitions for twig",

@@ -48,4 +48,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twig",

"dependencies": {},
"typesPublisherContentHash": "6a90d97a8f89392f87bce3f5255c980530c0f602c5c80ab82a8605382bb61a54",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "b31f4eee4361ead97808053849c60986834d2feed452d979953b88c97998cec8",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 02 Jul 2021 19:37:25 GMT
* Last updated: Sat, 20 Nov 2021 17:01:10 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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