rtts-assert
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -213,6 +213,6 @@ define([], function() { | ||
assert.structure = structure; | ||
; | ||
var $__default = assert; | ||
return { | ||
get assert() { | ||
return assert; | ||
get default() { | ||
return $__default; | ||
}, | ||
@@ -219,0 +219,0 @@ __esModule: true |
@@ -212,8 +212,8 @@ "use strict"; | ||
assert.structure = structure; | ||
; | ||
var $__default = assert; | ||
module.exports = { | ||
get assert() { | ||
return assert; | ||
get default() { | ||
return $__default; | ||
}, | ||
__esModule: true | ||
}; |
@@ -184,2 +184,2 @@ var POSITION_NAME = ['', '1st', '2nd', '3rd']; | ||
assert.structure = structure; | ||
export {assert}; | ||
export default assert; |
{ | ||
"name": "rtts-assert", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A type assertion library for Traceur.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/assert.js", |
@@ -327,2 +327,2 @@ // TODO(vojta): | ||
export {assert} | ||
export default assert |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances 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
42879
16
3