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

cake-angular-interceptors

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cake-angular-interceptors - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

10

index.js

@@ -191,3 +191,3 @@ // Generated by CoffeeScript 1.8.0

modelName = _toModelName(modelPlural);
newData = _extractSubObjects(modelName, config.data, true);
newData = _extractSubObjects(modelName, config.data);
config.data = newData;

@@ -214,3 +214,3 @@ return config;

_extractSubObjects = function(modelName, saneObject, topLevel) {
_extractSubObjects = function(modelName, saneObject) {
var insaneObject, key, submodelName, value;

@@ -225,7 +225,3 @@ insaneObject = {};

} else {
if (topLevel) {
insaneObject[modelName][key] = value;
} else {
insaneObject[key] = value;
}
insaneObject[key] = value;
}

@@ -232,0 +228,0 @@ }

{
"name": "cake-angular-interceptors",
"description": "transform between serialised CakePHP JSON and object/subobject JSON",
"version": "0.0.10",
"version": "0.0.11",
"main": "./index.js",

@@ -6,0 +6,0 @@ "dependencies": {

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