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

@cloudflare/types

Package Overview
Dependencies
Maintainers
22
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.15 to 1.0.16

8

CHANGELOG.md

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

## [1.0.16](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.15...@cloudflare/types@1.0.16) (2019-04-04)
**Note:** Version bump only for package @cloudflare/types
## [1.0.15](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.14...@cloudflare/types@1.0.15) (2019-04-01)

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

3

es/redux/index.js

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

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

@@ -17,14 +17,2 @@ "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.15",
"version": "1.0.16",
"types": "./src",

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

},
"gitHead": "0e11944c219a6db03856be2218a1b77ef7de3edd"
"gitHead": "c2a4eba7cb78612804ae02815c0e39614e13e527"
}

@@ -54,1 +54,8 @@ export * from './account';

}
export interface IPaginationData {
info: IPaginationInfo;
actionParameters: Array<string | number>;
options: any;
insertionOffset: 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