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

@cloudflare/types

Package Overview
Dependencies
Maintainers
26
Versions
492
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/types - npm Package Compare versions

Comparing version 1.0.44 to 1.0.45

es/api/lb.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.45](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.44...@cloudflare/types@1.0.45) (2019-07-19)
**Note:** Version bump only for package @cloudflare/types
## [1.0.44](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.43...@cloudflare/types@1.0.44) (2019-07-17)

@@ -8,0 +16,0 @@

1

es/api/index.js

@@ -7,2 +7,3 @@ export * from './account';

export * from './flags';
export * from './lb';
export * from './marketing';

@@ -9,0 +10,0 @@ export * from './membership';

@@ -79,2 +79,14 @@ "use strict";

var _lb = require("./lb");
Object.keys(_lb).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _lb[key];
}
});
});
var _marketing = require("./marketing");

@@ -81,0 +93,0 @@

4

package.json
{
"name": "@cloudflare/types",
"description": "",
"version": "1.0.44",
"version": "1.0.45",
"types": "./src",

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

},
"gitHead": "7aa451ad043ef20d7b2a8cacc6a66e5383ce654c"
"gitHead": "260159ccb70b3766769fad55bb740f3af24d3735"
}

@@ -7,2 +7,3 @@ export * from './account';

export * from './flags';
export * from './lb';
export * from './marketing';

@@ -9,0 +10,0 @@ export * from './membership';

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