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

@cloudflare/types

Package Overview
Dependencies
Maintainers
19
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.3 to 1.0.4

es/redux/state.js

8

CHANGELOG.md

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

<a name="1.0.4"></a>
## [1.0.4](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.3...@cloudflare/types@1.0.4) (2019-01-29)
**Note:** Version bump only for package @cloudflare/types
<a name="1.0.3"></a>

@@ -8,0 +16,0 @@ ## [1.0.3](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.2...@cloudflare/types@1.0.3) (2019-01-22)

3

es/redux/index.js

@@ -1,1 +0,2 @@

export * from './action';
export * from './action';
export * from './state';

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

});
});
var _state = require("./state");
Object.keys(_state).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _state[key];
}
});
});
{
"name": "@cloudflare/types",
"description": "",
"version": "1.0.3",
"version": "1.0.4",
"types": "./src",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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

TExpectedData = {},
TExpectedResultInfo = IPagination
TExpectedResultInfo = IPaginationInfo
> {

@@ -37,3 +37,3 @@ result: TExpectedData | {};

export interface IPagination {
export interface IPaginationInfo {
page: number;

@@ -40,0 +40,0 @@ per_page: number;

export * from './action';
export * from './state';
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