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.43 to 1.0.44

es/api/profile.js

8

CHANGELOG.md

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

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

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

1

es/api/index.js

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

export * from './permissions';
export * from './profile';
export * from './subscription';

@@ -13,0 +14,0 @@ export * from './user';

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

var _profile = require("./profile");
Object.keys(_profile).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _profile[key];
}
});
});
var _subscription = require("./subscription");

@@ -129,0 +141,0 @@

4

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

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

},
"gitHead": "3063dfa690bb4b14c92e2377c73c1dffbb1e351f"
"gitHead": "7aa451ad043ef20d7b2a8cacc6a66e5383ce654c"
}

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

export * from './permissions';
export * from './profile';
export * from './subscription';

@@ -13,0 +14,0 @@ export * from './user';

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