New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/serialize-javascript

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/serialize-javascript - npm Package Compare versions

Comparing version 1.3.2 to 1.5.0

9

serialize-javascript/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for serialize-javascript 1.3
// Type definitions for serialize-javascript 1.5
// Project: https://github.com/yahoo/serialize-javascript
// Definitions by: François Nguyen <https://github.com/lith-light-g>
// Pochodaydayup <https://github.com/Pochodaydayup>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -19,2 +20,8 @@

isJSON?: boolean;
/**
* This option is to signal serialize() that we want to do a straight conversion, without the XSS protection.
* This options needs to be explicitly set to true. HTML characters and JavaScript line terminators will not be escaped.
* You will have to roll your own.
*/
unsafe?: boolean;
}

@@ -21,0 +28,0 @@ }

12

serialize-javascript/package.json
{
"name": "@types/serialize-javascript",
"version": "1.3.2",
"version": "1.5.0",
"description": "TypeScript definitions for serialize-javascript",

@@ -11,13 +11,19 @@ "license": "MIT",

"githubUsername": "lith-light-g"
},
{
"name": "Pochodaydayup",
"url": "https://github.com/Pochodaydayup",
"githubUsername": "Pochodaydayup"
}
],
"main": "",
"types": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "d314f51ff57b0494d42e1b9410289c80dc1d0a4edd6eeddd83bfa6cd40ddd4e5",
"typesPublisherContentHash": "c15190e3c68ed6e01073b9a7252b5ba4867f8a36655cc36906dfce10db7530a1",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serialize-javascript
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serialize-javascript
Additional Details
* Last updated: Wed, 25 Oct 2017 16:18:58 GMT
* Last updated: Mon, 15 Oct 2018 18:00:34 GMT
* Dependencies: none

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

# Credits
These definitions were written by François Nguyen <https://github.com/lith-light-g>.
These definitions were written by François Nguyen <https://github.com/lith-light-g>, Pochodaydayup <https://github.com/Pochodaydayup>.
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