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

@wmfs/smithereens

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/smithereens - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

.releaserc.json

4

lib/Transformer.js

@@ -5,2 +5,3 @@ 'use strict'

const hashFunction = require('./hash-function')
const uuidFunction = require('./uuid-function')

@@ -23,2 +24,5 @@ class Transformer {

break
case 'uuid':
_this.columnFunctions.push(uuidFunction)
break
default:

@@ -25,0 +29,0 @@ console.error('ERROR: Unknown outputColumnType ' + outputColumnType)

33

package.json
{
"name": "@wmfs/smithereens",
"version": "1.1.1",
"version": "1.2.0",
"description": "Smash CSV files into more manageable files based on column values",

@@ -35,3 +35,4 @@ "author": "West Midlands Fire Service",

"pump": "3.0.0",
"upath": "1.1.0"
"upath": "1.1.0",
"uuid": "3.3.2"
},

@@ -41,8 +42,11 @@ "devDependencies": {

"chai-subset": "1.6.0",
"codecov": "3.0.3",
"codecov": "3.0.4",
"conventional-changelog-metahub": "2.0.2",
"cz-conventional-changelog": "2.1.0",
"mocha": "5.2.0",
"nyc": "12.0.2",
"semantic-release": "^15.5.1",
"standard": "11.0.1"
"semantic-release": "15.9.5",
"standard": "11.0.1",
"@semantic-release/changelog": "3.0.0",
"@semantic-release/git": "7.0.1"
},

@@ -53,3 +57,3 @@ "scripts": {

"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},

@@ -63,20 +67,3 @@ "config": {

"access": "public"
},
"release": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "build",
"scope": "deps",
"release": "minor"
},
{
"type": "build",
"scope": "deps-dev",
"release": "patch"
}
]
}
}
}

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