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 2.1.4 to 2.1.5

5

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

@@ -9,6 +9,7 @@ "main": "./index.js",

"codecheck": "NODE_EVN=test eslint src",
"prepush": "npm test",
"test": "npm run codecheck & npm run cover",
"unit": "karma start ./test/karma.unit.conf.js --single-run",
"cover": "karma start ./test/karma.cover.conf.js",
"pub": "npm run build && npm publish lib && cnpm sync angular-es-utils",
"pub": "npm test && npm run build && npm publish lib && cnpm sync angular-es-utils",
"start": "karma start ./test/karma.unit.conf.js"

@@ -15,0 +16,0 @@ },

2

rs-generator/index.js

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

require('angular-resource');
var _angular = require('angular');

@@ -20,0 +18,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