Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/js-quantities

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/js-quantities - npm Package Compare versions

Comparing version
1.6.0
to
1.6.1
+1
-2
js-quantities/index.d.ts

@@ -8,3 +8,3 @@ // Type definitions for JS-quantities 1.6

declare interface Qty {
interface Qty {
readonly numerator: string[];

@@ -43,3 +43,2 @@ readonly denominator: string[];

declare namespace Qty {
interface Type {

@@ -46,0 +45,0 @@ (value: Source): Qty;

{
"name": "@types/js-quantities",
"version": "1.6.0",
"version": "1.6.1",
"description": "TypeScript definitions for JS-quantities",
"license": "MIT",
"author": "William Rummler <https://github.com/wrummler>",
"contributors": [
{
"name": "William Rummler",
"url": "https://github.com/wrummler"
}
],
"main": "",

@@ -15,4 +20,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "9fba36480b1e1f115f3dac35659cc3695ac8430c40f98cac29dab39e574b68bb",
"typesPublisherContentHash": "285f5f914063330d60e6e799aa602443f5ef8d2deb3441b7aa6d80e97d0144aa",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 05 Jan 2017 20:40:29 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 24 Mar 2017 15:49:53 GMT
* Dependencies: none
* Global values: none

@@ -16,0 +15,0 @@

{
"authors": "William Rummler <https://github.com/wrummler>",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": 1,
"libraryMinorVersion": 6,
"typeScriptVersion": "2.0",
"libraryName": "JS-quantities",
"typingsPackageName": "js-quantities",
"projectName": "http://gentooboontoo.github.io/js-quantities/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "master",
"globals": [],
"declaredModules": [
"js-quantities"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "9fba36480b1e1f115f3dac35659cc3695ac8430c40f98cac29dab39e574b68bb"
}