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

madata

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

madata - npm Package Compare versions

Comparing version 0.0.1-alpha.3 to 0.0.1-alpha.4

_build/lib.mjs

4

package.json
{
"name": "madata",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "",

@@ -11,3 +11,3 @@ "main": "js/index.js",

"build:html": "npx @11ty/eleventy --config=_build/.eleventy.cjs",
"build:lib": "rm -rf lib && mkdir -p lib && cp -R node_modules/csv node_modules/yaml lib",
"build:lib": "node _build/lib.mjs",
"build": "npm run build:lib && npm run build:html && npm run build:css",

@@ -14,0 +14,0 @@ "watch:css": "npx postcss \"**/*.postcss\" --base . --dir . --ext .css --config _build/postcss.config.cjs --watch",

@@ -42,2 +42,6 @@ /**

if (o?.accessToken) {
this.login({accessToken: o.accessToken});
}
if (o?.apiKey) {

@@ -44,0 +48,0 @@ // Some backends (e.g. Firebase) require a separate API key per project

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