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

angular-es-utils

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-es-utils - npm Package Compare versions

Comparing version 1.2.23 to 1.2.24

2

package.json
{
"name": "angular-es-utils",
"version": "1.2.23",
"version": "1.2.24",
"description": "es utils design for angular1.x",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -6,3 +6,3 @@ 'use strict';

});
exports.apiPrefix = undefined;
exports.setApiPrefix = setApiPrefix;

@@ -23,4 +23,8 @@ require('angular-resource');

var apiPrefix = exports.apiPrefix = '';
var apiPrefix = '';
function setApiPrefix(prefix) {
apiPrefix = prefix;
}
exports.default = function (url, cache, params, additionalActions) {

@@ -27,0 +31,0 @@

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