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

@cloudflare/types

Package Overview
Dependencies
Maintainers
23
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.35 to 1.0.36

8

CHANGELOG.md

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

## [1.0.36](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.35...@cloudflare/types@1.0.36) (2019-06-17)
**Note:** Version bump only for package @cloudflare/types
## [1.0.35](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.34...@cloudflare/types@1.0.35) (2019-06-12)

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

4

package.json
{
"name": "@cloudflare/types",
"description": "",
"version": "1.0.35",
"version": "1.0.36",
"types": "./src",

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

},
"gitHead": "f3eaac1631f499409e98615bbbc019b07f4b7417"
"gitHead": "d7c7edf2da21a82591eed36051e69c67533a5112"
}

@@ -11,8 +11,8 @@ import { IZone } from './zone';

content?: string;
created_on: string;
created_on?: string;
id?: string; // Secondary DNS records do not have ids
locked?: boolean;
meta: IRecordMeta | any; // IRecordMeta isn't fully typed, so unioning with any
meta?: IRecordMeta | any; // IRecordMeta isn't fully typed, so unioning with any
modified_on?: string;
name?: string;
name: string;
proxiable?: boolean;

@@ -19,0 +19,0 @@ proxied?: 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