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

browserify-ngannotate

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-ngannotate - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

5

index.js

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

defaults = require('defaults'),
path = require('path');
path = require('path'),
clone = require('clone');
module.exports = function (file, opts) {
opts = defaults(opts, {
opts = defaults(clone(opts), {
add: true,

@@ -12,0 +13,0 @@ x: [],

{
"name": "browserify-ngannotate",
"version": "0.7.1",
"version": "0.7.2",
"description": "A browserify transform that uses ng-annotate to add dependency injection annotations to your AngularJS source code, preparing it for minification.",

@@ -32,3 +32,4 @@ "main": "index.js",

"ng-annotate": "^0.15.1",
"through2": "^0.6.3"
"through2": "^0.6.3",
"clone": "^1.0.2"
},

@@ -35,0 +36,0 @@ "devDependencies": {

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