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

peptide

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peptide - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

lib/src/allowNeutralLoss.d.ts.map

1

lib/src/allowNeutralLoss.d.ts

@@ -7,1 +7,2 @@ /**

export function allowNeutralLoss(mf: any): any;
//# sourceMappingURL=allowNeutralLoss.d.ts.map

@@ -25,1 +25,2 @@ "use strict";

}
//# sourceMappingURL=allowNeutralLoss.js.map

@@ -29,1 +29,2 @@ export const aminoAcids: ({

})[];
//# sourceMappingURL=aminoAcids.d.ts.map

@@ -247,1 +247,2 @@ "use strict";

];
//# sourceMappingURL=aminoAcids.js.map
export function chargePeptide(mf: any, options?: {}): any;
//# sourceMappingURL=chargePeptide.d.ts.map

@@ -50,1 +50,2 @@ "use strict";

}
//# sourceMappingURL=chargePeptide.js.map
export function digestPeptide(sequence: any, options?: {}): string[];
//# sourceMappingURL=digestPeptide.d.ts.map

@@ -83,1 +83,2 @@ "use strict";

}
//# sourceMappingURL=digestPeptide.js.map
export function generatePeptideFragments(mf: any, options: any): string[];
//# sourceMappingURL=generatePeptideFragments.d.ts.map

@@ -89,1 +89,2 @@ "use strict";

}
//# sourceMappingURL=generatePeptideFragments.js.map

3

lib/src/getAA.d.ts

@@ -28,2 +28,3 @@ export function getAA(code: any): {

pKaN?: undefined;
};
} | undefined;
//# sourceMappingURL=getAA.d.ts.map

@@ -21,1 +21,2 @@ "use strict";

}
//# sourceMappingURL=getAA.js.map

@@ -29,3 +29,3 @@ export function getInfo(): ({

})[];
export function calculateIEP(sequence: any): number;
export function calculateIEP(sequence: any): number | undefined;
export function calculateIEPChart(sequence: any): {

@@ -36,5 +36,5 @@ first: any;

acid: {};
};
} | undefined;
export function getColorForIEP(iep: any): string;
export function calculateCharge(sequence: any, ph: any): number;
export function calculateCharge(sequence: any, ph: any): number | undefined;
export * from "./allowNeutralLoss.js";

@@ -46,1 +46,2 @@ export * from "./chargePeptide.js";

export * from "./splitPeptide.js";
//# sourceMappingURL=index.d.ts.map

@@ -74,1 +74,2 @@ "use strict";

}
//# sourceMappingURL=index.js.map

@@ -1,3 +0,3 @@

export function calculateCharge(aas: any, pH?: number): number;
export function calculateIEP(aas: any): number;
export function calculateCharge(aas: any, pH?: number): number | undefined;
export function calculateIEP(aas: any): number | undefined;
export function calculateChart(aas: any): {

@@ -8,3 +8,4 @@ first: any;

acid: {};
};
} | undefined;
export function getColor(iep: any): string;
//# sourceMappingURL=isoElectricPoint.d.ts.map

@@ -134,1 +134,2 @@ "use strict";

}
//# sourceMappingURL=isoElectricPoint.js.map
export function sequenceToMF(mf: any): any;
//# sourceMappingURL=sequenceToMF.d.ts.map

@@ -99,1 +99,2 @@ "use strict";

}
//# sourceMappingURL=sequenceToMF.js.map
export function splitPeptide(sequence: any): any;
//# sourceMappingURL=splitPeptide.d.ts.map

@@ -17,1 +17,2 @@ "use strict";

}
//# sourceMappingURL=splitPeptide.js.map
{
"name": "peptide",
"version": "2.3.0",
"version": "2.3.1",
"description": "Peptide",

@@ -26,3 +26,6 @@ "keywords": [

],
"gitHead": "78eda3ed5d6830f7570d3867af21af2d5345a39e"
"dependencies": {
"mf-utilities": "^3.3.1"
},
"gitHead": "a5a0497a4a284ffcbeaf90a39baba0170a6b1e24"
}
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