New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.18 to 1.2.19

5

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

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

"angular": "^1.5.3",
"angular-mocks": "^1.5.3"
"angular-mocks": "^1.5.3",
"angular-resource": "^1.5.5"
}
}

14

rs-generator/index.js

@@ -8,2 +8,4 @@ 'use strict';

require('angular-resource');
var _injector = require('../injector');

@@ -15,8 +17,10 @@

var apiPrefix = exports.apiPrefix = ''; /**
* @author Kuitos
* @homepage https://github.com/kuitos/
* @since 2016-05-11
*/
/**
* @author Kuitos
* @homepage https://github.com/kuitos/
* @since 2016-05-11
*/
var apiPrefix = exports.apiPrefix = '';
exports.default = function (url, cache, params, additionalActions) {

@@ -23,0 +27,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