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

@types/nise

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/nise - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

5

nise/index.d.ts

@@ -80,2 +80,7 @@ // Type definitions for nise 1.4

/**
* Sets response status (e.g. 200, 404), checks for validity.
* @param status the status code to set
*/
setStatus(status: number): void;
/**
* Sets the respond body, updates the readyState property and fires onreadystatechange.

@@ -82,0 +87,0 @@ * Additionally, populates responseXML with a parsed document if response headers indicate as much.

12

nise/package.json
{
"name": "@types/nise",
"version": "1.4.0",
"version": "1.4.1",
"description": "TypeScript definitions for nise",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nise",
"license": "MIT",

@@ -14,11 +15,12 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/nise"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "de45aa069cac2c7b008ab3d8846144d2c623fabb36872193626d9df3c6e8f309",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "2e1b30221463ec069d7e3200dd0348c5380048c36ac7b437eb07e57f35581be3",
"typeScriptVersion": "4.1"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nise
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nise.
Additional Details
* Last updated: Tue, 20 Nov 2018 21:12:24 GMT
### Additional Details
* Last updated: Mon, 24 Oct 2022 20:32:43 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Alexander T. <https://github.com/a-tarasyuk>.
These definitions were written by [Alexander T.](https://github.com/a-tarasyuk).

Sorry, the diff of this file is not supported yet

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