Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@endo/base64

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/base64 - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

atob.d.ts.map

17

package.json
{
"name": "@endo/base64",
"version": "1.0.7",
"version": "1.0.8",
"description": "Transcodes base64",

@@ -36,3 +36,3 @@ "keywords": [

"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -f '*.d.ts*'",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
"cover": "c8 ava",

@@ -55,10 +55,14 @@ "lint": "yarn lint:types && yarn lint:eslint",

"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"dist",
"lib",
"src",
"*.js",
"*.ts"
"tools"
],

@@ -75,3 +79,2 @@ "publishConfig": {

"files": [
"test/**/test-*.*",
"test/**/*.test.*"

@@ -84,3 +87,3 @@ ],

},
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34"
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc