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

scheme_parse

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scheme_parse - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

types.js

2

convert.js

@@ -19,3 +19,3 @@ "use strict";

if (typeof parse === "function") {
ret[key] = data ? parse(data[key]) : parse();
ret[key] = parse(data && data[key]);
}

@@ -22,0 +22,0 @@ else if (typeof parse === "object") {

@@ -7,2 +7,3 @@ "use strict";

__export(require("./convert"));
__export(require("./types"));
//# sourceMappingURL=index.js.map
{
"name": "scheme_parse",
"version": "1.0.1",
"version": "1.1.0",
"description": "A project with mocha-typescript enabled",

@@ -39,6 +39,6 @@ "main": "index.js",

"check-coverage": true,
"lines": 50,
"statements": 50,
"functions": 50,
"branches": 50,
"lines": 10,
"statements": 10,
"functions": 10,
"branches": 10,
"include": [

@@ -45,0 +45,0 @@ "src/**/*.js"

Sorry, the diff of this file is not supported yet

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