New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

peptide

Package Overview
Dependencies
Maintainers
1
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 1.3.0 to 1.3.1

2

bower.json
{
"name": "peptide",
"version": "1.3.0",
"version": "1.3.1",
"description": "Peptide",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "peptide",
"version": "1.3.0",
"version": "1.3.1",
"description": "Peptide",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,3 +17,3 @@ 'use strict';

var fragments=sequence.replace(regexp,"$1 ").split(/ /);
if (!fragments[fragments.length]) fragments=fragments.slice(0, fragments.length-1);
if (!fragments[fragments.length-1]) fragments=fragments.slice(0, fragments.length-1);

@@ -27,2 +27,3 @@ for (var i=0; i<fragments.length; i++) {

var results=[];

@@ -29,0 +30,0 @@

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