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

gyromagnetic-ratio

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gyromagnetic-ratio - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib-esm/index.d.ts

@@ -1,2 +0,2 @@

export type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb';
type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb';
type GyromagneticRatio = {

@@ -3,0 +3,0 @@ [key in Nuclei]: number;

@@ -1,2 +0,2 @@

export type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb';
type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb';
type GyromagneticRatio = {

@@ -3,0 +3,0 @@ [key in Nuclei]: number;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getGyromagneticRatio = exports.gyromagneticRatio = void 0;
exports.gyromagneticRatio = void 0;
exports.getGyromagneticRatio = getGyromagneticRatio;
exports.gyromagneticRatio = {

@@ -61,3 +62,2 @@ '1H': 267.52218744e6,

}
exports.getGyromagneticRatio = getGyromagneticRatio;
//# sourceMappingURL=index.js.map
{
"name": "gyromagnetic-ratio",
"version": "1.2.0",
"version": "1.2.1",
"description": "Reference values for gyromagnetic ratio",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -1,2 +0,2 @@

export type Nuclei =
type Nuclei =
| '1H'

@@ -84,3 +84,3 @@ | '2H'

export function getGyromagneticRatio(nucleus: string) {
export function getGyromagneticRatio(nucleus: string): number | null {
if (gyromagneticRatio[nucleus as Nuclei]) {

@@ -87,0 +87,0 @@ return gyromagneticRatio[nucleus as Nuclei];

Sorry, the diff of this file is not supported yet

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