Comparing version 1.1.4 to 1.1.5
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
"use strict"; | ||
@@ -8,5 +8,2 @@ Object.defineProperty(exports, "__esModule", { | ||
exports.defop = defop; | ||
require('source-map-support'); | ||
/* | ||
@@ -30,3 +27,2 @@ * Callback utility | ||
exports.default = defop; | ||
//# sourceMappingURL=index.js.map | ||
exports.default = defop; |
@@ -32,3 +32,2 @@ 'use strict'; | ||
defop.end(); | ||
}); | ||
//# sourceMappingURL=index.js.map | ||
}); |
{ | ||
"name": "defop", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A helper function to work with es2015 default options", | ||
"main": "dst/lib/index.js", | ||
"scripts": { | ||
"build": "babel --source-maps --out-dir dst src", | ||
"build": "babel --out-dir dst src", | ||
"test": "tap --cov -R spec ./dst/tst/index.js", | ||
@@ -34,5 +34,4 @@ "pretest": "npm run build", | ||
"eslint": "^1.10.3", | ||
"source-map-support": "^0.4.0", | ||
"tap": "^2.3.5" | ||
} | ||
} |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
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
16257
7
41
1