Comparing version 1.0.1 to 1.0.2
'use strict'; | ||
const atob = require('./lib/atob'); | ||
const btoa = require('./lib/btoa'); | ||
var atob = require('./lib/atob'); | ||
var btoa = require('./lib/btoa'); | ||
@@ -6,0 +6,0 @@ module.exports = { |
{ | ||
"name": "abab", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "WHATWG spec-compliant implementations of window.atob and window.btoa.", | ||
@@ -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
9083