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

slonik

Package Overview
Dependencies
Maintainers
1
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slonik - npm Package Compare versions

Comparing version 14.14.0 to 14.14.1

1

dist/factories/createTypeParserPreset.js

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

parse: value => {
// @todo Use bigint when value is greater than Number.MAX_SAFE_INTEGER.
return parseInt(value, 10);

@@ -14,0 +15,0 @@ }

6

package.json

@@ -41,3 +41,3 @@ {

"coveralls": "^3.0.2",
"eslint": "5.13.0",
"eslint": "^5.14.1",
"eslint-config-canonical": "^16.1.0",

@@ -50,3 +50,3 @@ "flow-bin": "^0.93.0",

"semantic-release": "^15.13.3",
"sinon": "^7.2.3"
"sinon": "^7.2.4"
},

@@ -100,3 +100,3 @@ "engines": {

},
"version": "14.14.0"
"version": "14.14.1"
}

@@ -12,2 +12,3 @@ // @flow

parse: (value) => {
// @todo Use bigint when value is greater than Number.MAX_SAFE_INTEGER.
return parseInt(value, 10);

@@ -14,0 +15,0 @@ }

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