@procore/cdn
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
const counter = require('./counter'); | ||
var counter = require('./counter'); | ||
@@ -3,0 +3,0 @@ module.exports = function(src) { |
module.exports = (function() { | ||
let count = 0; | ||
var count = 0; | ||
return function() { | ||
const response = count; | ||
var response = count; | ||
@@ -7,0 +7,0 @@ count++ |
@@ -1,3 +0,3 @@ | ||
const cdn = require('./cdn'); | ||
var cdn = require('./cdn'); | ||
module.exports = cdn; |
{ | ||
"name": "@procore/cdn", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Resolve the procore CDN", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2476