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

nordnet-release-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nordnet-release-plugin - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/index.js

@@ -74,4 +74,4 @@ 'use strict';

function sanitize(path) {
return path.endsWith('/') ? path.substring(0, path.length - 1) : path;
return _lodash2['default'].endsWith(path, '/') ? path.substring(0, path.length - 1) : path;
}
module.exports = exports['default'];
{
"name": "nordnet-release-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "Nordnet release plugin",

@@ -46,2 +46,3 @@ "main": "dist/index.js",

"eslint-config-airbnb": "^0.0.7",
"eslint-config-nordnet": "^0.0.3",
"eslint-plugin-react": "^3.2.0",

@@ -48,0 +49,0 @@ "isparta": "^3.0.3",

@@ -65,3 +65,3 @@ import fs from 'fs-extra';

function sanitize(path) {
return path.endsWith('/') ? path.substring(0, path.length - 1) : path;
return _.endsWith(path, '/') ? path.substring(0, path.length - 1) : path;
}

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