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

@types/js-yaml

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/js-yaml - npm Package Compare versions

Comparing version 3.5.21-alpha to 3.5.22-alpha

5

index.d.ts

@@ -83,4 +83,3 @@ // Type definitions for js-yaml 3.5.2

declare module 'js-yaml' {
export = jsyaml;
}
export = jsyaml;
export as namespace jsyaml;

6

package.json
{
"name": "@types/js-yaml",
"version": "3.5.21-alpha",
"version": "3.5.22-alpha",
"description": "TypeScript definitions for js-yaml 3.5.2",

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

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

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

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:20 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:27 GMT
* File structure: UMD
* Library Dependencies: none

@@ -15,0 +15,0 @@ * Module Dependencies: none

@@ -13,13 +13,11 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"jsyaml"
],
"declaredModules": [
"js-yaml"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "01856d873c69a3846b21576998f661017f781cbb33ab0a81c88e119acc9f1bd3"
"contentHash": "af9e25a00e63fc4778267c96d2e449f1f97a9ad5805b6c62cdecd048e1c06dc3"
}
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