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

grunt-cloudfile-to-vocab

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cloudfile-to-vocab - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "grunt-cloudfile-to-vocab",
"description": "Takes vocab data from cloud spreadsheets and renders it into local json files.",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "http://github.com/BBCVisualJournalism/grunt-cloudfile-to-vocab.git",

@@ -6,0 +6,0 @@ "author": {

@@ -152,2 +152,11 @@ 'use strict';

}, {
from: '“',
to: '"'
}, {
from: '”',
to: '"'
}, {
from: '\\n',
to: '<br>'
}, {
from: '’', // MS-Word-style apostrophes

@@ -154,0 +163,0 @@ to: '\''

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