New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-test-utils

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-test-utils - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "ng-test-utils",
"version": "0.0.4",
"version": "0.0.5",
"description": "angular test utilities",

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

@@ -18,3 +18,4 @@ module.exports = transform;

} else if(suppliedOptions.readSourceMapComments !== false) {
options.inputSourceMap = convert.fromSource(src);
var inputMap = convert.fromSource(src);
if(inputMap) options.inputSourceMap = inputMap.toObject();
}

@@ -21,0 +22,0 @@ var doNgInject = suppliedOptions.hasOwnProperty('ngInject') ? suppliedOptions.ngInject : true;

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