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.26 to 1.0.27

8

CHANGELOG.md

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

## [1.0.27](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.26...@cloudflare/types@1.0.27) (2019-05-14)
**Note:** Version bump only for package @cloudflare/types
## [1.0.26](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.25...@cloudflare/types@1.0.26) (2019-05-13)

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

4

package.json
{
"name": "@cloudflare/types",
"description": "",
"version": "1.0.26",
"version": "1.0.27",
"types": "./src",

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

},
"gitHead": "71e7ef16b1c35639b8923cb05f48d5dabe80f629"
"gitHead": "49ba27d234083b661c9e671cb0fca13975da9371"
}

@@ -14,3 +14,3 @@ import { TFrequency } from './subscription';

paused: boolean;
type: string;
type: TZoneType;
development_mode: number;

@@ -62,2 +62,3 @@ name_servers: string[];

export type TZoneType = 'full' | 'partial' | 'secondary';
export type TPlanId = 'free' | 'pro' | 'business' | 'enterprise';

@@ -64,0 +65,0 @@

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