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.24 to 1.0.25

8

CHANGELOG.md

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

## [1.0.25](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.24...@cloudflare/types@1.0.25) (2019-05-10)
**Note:** Version bump only for package @cloudflare/types
## [1.0.24](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.23...@cloudflare/types@1.0.24) (2019-05-09)

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

4

package.json
{
"name": "@cloudflare/types",
"description": "",
"version": "1.0.24",
"version": "1.0.25",
"types": "./src",

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

},
"gitHead": "3d879be6e4294f7276882e978a43e71641d1c0b4"
"gitHead": "bedf175b67e2f016db62bc05b6164ac7d1dcfc8b"
}

@@ -0,1 +1,3 @@

import { TFrequency } from './subscription';
export interface IZone {

@@ -66,3 +68,3 @@ id: string;

currency: string;
frequency: string;
frequency: TFrequency;
is_subscribed: boolean;

@@ -69,0 +71,0 @@ can_subscribe: boolean;

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