Comparing version 1.2.1 to 1.3.0
module.exports = { | ||
printWidth: 160, | ||
tabWidth: 4, | ||
singleQuote: true | ||
singleQuote: true, | ||
endOfLine: 'lf', | ||
trailingComma: 'none', | ||
arrowParens: 'avoid' | ||
}; |
'use strict'; | ||
const stream = require('stream'); | ||
const { Buffer } = require('node:buffer'); | ||
const stream = require('node:stream'); | ||
const Transform = stream.Transform; | ||
@@ -5,0 +6,0 @@ |
{ | ||
"name": "libbase64", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Encode and decode base64 encoded strings", | ||
"main": "lib/libbase64.js", | ||
"scripts": { | ||
"test": "grunt" | ||
"test": "grunt", | ||
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install" | ||
}, | ||
@@ -24,12 +25,12 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "4.2.0", | ||
"chai": "4.4.1", | ||
"eslint-config-nodemailer": "1.2.0", | ||
"eslint-config-prettier": "6.0.0", | ||
"grunt": "1.0.4", | ||
"grunt-cli": "1.3.2", | ||
"grunt-eslint": "22.0.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"grunt": "1.6.1", | ||
"grunt-cli": "1.4.3", | ||
"grunt-eslint": "24.3.0", | ||
"grunt-mocha-test": "0.13.3", | ||
"mocha": "6.2.0" | ||
"mocha": "10.3.0" | ||
}, | ||
"dependencies": {} | ||
} |
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
14154
11
227