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

ng-cache-loader

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-cache-loader - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

3

index.js

@@ -113,3 +113,3 @@ /*

if (/[^\s]/.test(source)) {
if (/[^\s]/.test(source) || !result.length) {
result.push({

@@ -121,2 +121,3 @@ key: getTemplateId.call(this, source),

}
result = result.map(supplant.bind(null, STUB));

@@ -123,0 +124,0 @@

{
"name": "ng-cache-loader",
"version": "0.0.21",
"version": "0.0.22",
"description": "Puts HTML partials in the Angular's $templateCache.",

@@ -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