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

@types/nunjucks

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/nunjucks - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

3

nunjucks/index.d.ts

@@ -107,3 +107,2 @@ // Type definitions for nunjucks 3.1

getSource(name: string, callback: Callback<Error, LoaderSource>): void;
extend?(extender: ILoader): ILoader;
}

@@ -118,3 +117,3 @@

isRelative(filename: string): boolean;
extend(toExtend: ILoader): ILoader;
static extend<LoaderClass extends typeof Loader>(this: LoaderClass, toExtend: ILoader): LoaderClass;
}

@@ -121,0 +120,0 @@

{
"name": "@types/nunjucks",
"version": "3.1.3",
"version": "3.1.4",
"description": "TypeScript definitions for nunjucks",

@@ -19,3 +19,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -28,4 +28,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "04b99ca2f30a90d56e8f41133c2b420b111f1ed76fef24fc267f52d1e57ab73a",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "1b0a9a2d2fcd2914fbd165f1a3ef1c14b4034f2190822557e40e6271491b731e",
"typeScriptVersion": "3.4"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nunjucks
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nunjucks.
Additional Details
* Last updated: Tue, 05 Nov 2019 21:26:17 GMT
### Additional Details
* Last updated: Thu, 04 Feb 2021 03:30:01 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Ruben Slabbert <https://github.com/RubenSlabbert>, and Matthew Burstein <https://github.com/MatthewBurstein>.
These definitions were written by [Ruben Slabbert](https://github.com/RubenSlabbert), and [Matthew Burstein](https://github.com/MatthewBurstein).

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