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

@types/deep-freeze

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/deep-freeze - npm Package Compare versions

Comparing version 0.0.22-alpha to 0.0.23-alpha

8

index.d.ts

@@ -6,2 +6,5 @@ // Type definitions for deep-freeze

declare var deepFreeze: DeepFreeze.DeepFreezeInterface;
export = deepFreeze;
declare namespace DeepFreeze {

@@ -12,6 +15,1 @@ export interface DeepFreezeInterface {

}
declare module "deep-freeze" {
let deepFreeze: DeepFreeze.DeepFreezeInterface;
export = deepFreeze;
}
{
"name": "@types/deep-freeze",
"version": "0.0.22-alpha",
"version": "0.0.23-alpha",
"description": "TypeScript definitions for deep-freeze",

@@ -8,2 +8,6 @@ "main": "",

"author": "Bart van der Schoor <https://github.com/Bartvds>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:05 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:20 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
* Global values: deepFreeze
# Credits
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>.

@@ -13,4 +13,6 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"globals": [],
"kind": "ProperModule",
"globals": [
"deepFreeze"
],
"declaredModules": [

@@ -22,3 +24,3 @@ "deep-freeze"

],
"contentHash": "b4785400116463448c098f4da7115ef3646b7bee4b169e074e2d441f69623806"
"contentHash": "d82430fb37176f65d4cc6a6c3812592503d09cd5c4e23dd81e9e93a76a5e863f"
}
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