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

pancakes-angular

Package Overview
Dependencies
Maintainers
3
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pancakes-angular - npm Package Compare versions

Comparing version 0.2.165 to 0.2.166

14

lib/transformers/ng.uipart.transformer.js

@@ -148,9 +148,11 @@ /**

// hack to get log working in uipart
paramInfo.list = paramInfo.list.filter(function (val) {
return val !== 'log';
});
if (paramInfo.list && paramInfo.list.length) {
paramInfo.list = paramInfo.list.filter(function (val) {
return val !== 'log';
});
paramInfo.converted = paramInfo.converted.filter(function (val) {
return val !== 'log';
});
paramInfo.converted = paramInfo.converted.filter(function (val) {
return val !== 'log';
});
}

@@ -157,0 +159,0 @@ return {

{
"name": "pancakes-angular",
"version": "0.2.165",
"version": "0.2.166",
"description": "Pancakes plugin for Angular",

@@ -5,0 +5,0 @@ "main": "lib/pancakes.angular.plugin.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