New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

braidify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braidify - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

9

package.json
{
"name": "braidify",
"version": "0.1.3",
"version": "0.1.4",
"description": "Synchronization for the Web (reference implementation)",

@@ -12,6 +12,7 @@ "scripts": {

"homepage": "https://braid.org",
"comment": "See package.md for notes and comments on this file.",
"files": [ "protocols/http/**/*", "package/*" ],
"files": [
"protocols/http/**/*",
"package/*"
],
"exports": {

@@ -18,0 +19,0 @@ "require": "./protocols/http/commonjs-index.js",

var client = require('./http-client'),
server = require('./http-server')
console.log({ fetch: client.fetch,
http: client.http,
http_server: server })
module.exports = { fetch: client.fetch,
http: client.http,
http_server: server }
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