Socket
Socket
Sign inDemoInstall

angular-evaporate

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

5

lib/angular-evaporate.js
;(function () {
'use strict';
var MODULE_NAME = 'angular-evaporate';

@@ -9,3 +10,3 @@ // get dependencies

if (typeof module !== 'undefined' && module.exports) {
module.exports = 'angular-evaporate';
module.exports = MODULE_NAME;
angular = require('angular');

@@ -19,3 +20,3 @@ Evaporate = require('evaporate');

// build module
angular.module('angular-evaporate', [])
angular.module(MODULE_NAME, [])

@@ -22,0 +23,0 @@ // Evaporate

2

package.json
{
"version": "2.1.1",
"version": "2.1.2",
"name": "angular-evaporate",

@@ -4,0 +4,0 @@ "description": "AngularJS module for the EvaporateJS library",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc