Socket
Socket
Sign inDemoInstall

check-ends-with-period

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

lib/package.json
{
"name": "check-ends-with-period",
"version": "3.0.0",
"version": "3.0.1",
"description": "Check the text is ends with period mark.",

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

{
"name": "check-ends-with-period",
"version": "3.0.0",
"version": "3.0.1",
"description": "Check the text is ends with period mark.",

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

{
"name": "check-ends-with-period",
"version": "3.0.0",
"version": "3.0.1",
"description": "Check the text is ends with period mark.",

@@ -24,5 +24,10 @@ "keywords": [

".": {
"types": "./module/index.d.ts",
"import": "./module/index.js",
"require": "./lib/index.js",
"import": {
"types": "./module/index.d.ts",
"default": "./module/index.js"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"default": "./lib/index.js"

@@ -29,0 +34,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc