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

ql.io-compiler

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ql.io-compiler - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

npm-shrinkwrap.json

7

lib/compiler.js

@@ -176,3 +176,8 @@ /*

}
else {
else if(_.isArray(obj)) {
_.each(obj, function(v) {
introspectObject(v, refname, index, dependency, symbols, dependsOn, id);
});
}
else if(_.isObject(obj)) {
_.each(obj, function(v, n) {

@@ -179,0 +184,0 @@ if(_.isString(v)) {

4

package.json
{
"author": "ql.io",
"name": "ql.io-compiler",
"version": "0.4.7",
"version": "0.4.8",
"repository": {

@@ -17,4 +17,4 @@ "type": "git",

"devDependencies": {
"nodeunit": "0.6.4"
"nodeunit": "0.7.4"
}
}
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