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

@cloudflare/types

Package Overview
Dependencies
Maintainers
20
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.9 to 1.0.10

es/style/index.js

8

CHANGELOG.md

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

## [1.0.10](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.9...@cloudflare/types@1.0.10) (2019-03-01)
**Note:** Version bump only for package @cloudflare/types
## [1.0.9](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.8...@cloudflare/types@1.0.9) (2019-02-23)

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

3

es/index.js
export * from './api';
export * from './redux';
export * from './utils';
export * from './utils';
export * from './style';

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

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

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

},
"gitHead": "fee49f2c43c333977a2f61a1b97af7f2b2e058ba"
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0"
},
"gitHead": "1c98cd3c5d56131f2616e67277bcb9345918a380"
}
export * from './api';
export * from './redux';
export * from './utils';
export * from './style';
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