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.0.0 to 3.1.0

15

nunjucks/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for nunjucks 3.0
// Type definitions for nunjucks 3.1
// Project: http://mozilla.github.io/nunjucks/

@@ -98,2 +98,3 @@ // Definitions by: Ruben Slabbert <https://github.com/RubenSlabbert>

getSource(name: string): LoaderSource;
getSource(name: string, callback: (err?: any, result?: LoaderSource) => void): void;
extend?(extender: ILoader): ILoader;

@@ -132,3 +133,3 @@ }

export class WebLoader implements ILoader {
export class WebLoader extends Loader implements ILoader {
constructor(baseUrl: string, opts?: any);

@@ -142,1 +143,11 @@ getSource(name: string): LoaderSource;

}
export namespace runtime {
class SafeString {
constructor(val: string);
val: string;
length: number;
valueOf(): string;
toString(): string;
}
}

6

nunjucks/package.json
{
"name": "@types/nunjucks",
"version": "3.0.0",
"version": "3.1.0",
"description": "TypeScript definitions for nunjucks",

@@ -16,8 +16,8 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "0ccc7ee5e02090044d73de410cd7f64e401e318b6244ccccf97b822fb2833205",
"typesPublisherContentHash": "bfc82344959f5832c26975f59c89be47252efac55339a144a03b88e81f5da375",
"typeScriptVersion": "2.2"
}

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

# Details
Files were exported from https://www.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, 07 Nov 2017 08:18:22 GMT
* Last updated: Sat, 18 Aug 2018 01:07:25 GMT
* Dependencies: none

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

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