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

@cloudflare/types

Package Overview
Dependencies
Maintainers
25
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.41 to 1.0.42

8

CHANGELOG.md

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

## [1.0.42](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.41...@cloudflare/types@1.0.42) (2019-07-10)
**Note:** Version bump only for package @cloudflare/types
## [1.0.41](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.40...@cloudflare/types@1.0.41) (2019-07-05)

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

4

package.json
{
"name": "@cloudflare/types",
"description": "",
"version": "1.0.41",
"version": "1.0.42",
"types": "./src",

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

},
"gitHead": "3088b80f7188cefa1ed909d294ee8b6e2c0fe906"
"gitHead": "ceac32cd96c133ea4e847ac569fa295db04d6037"
}

@@ -13,2 +13,3 @@ import { IZone } from './zone';

id?: string; // Secondary DNS records do not have ids
data?: any;
locked?: boolean;

@@ -18,2 +19,3 @@ meta?: IRecordMeta | any; // IRecordMeta isn't fully typed, so unioning with any

name: string;
priority?: number;
proxiable?: boolean;

@@ -20,0 +22,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