Socket
Socket
Sign inDemoInstall

compilerr

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compilerr - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

2

config/grunt/aliases.js

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

test: [
'mochaTest:test',
'mochaTest:test'
]
};
{
"author": "Christoph Guttandin",
"dependencies": {
"indefinite-article.js": "chrisguttandin/indefinite-article.js"
"indefinite-article": "0.0.2"
},

@@ -21,2 +21,3 @@ "description": "A kind of templating system to compile errors.",

},
"homepage": "https://github.com/chrisguttandin/compilerr",
"keywords": [

@@ -28,3 +29,2 @@ "error",

"license": "MIT",
"homepage": "https://github.com/chrisguttandin/compilerr",
"main": "src/module.js",

@@ -39,3 +39,3 @@ "name": "compilerr",

},
"version": "0.3.4"
"version": "0.3.5"
}
'use strict';
var indefiniteArticle = require('indefinite-article.js');
var indefiniteArticle = require('indefinite-article');

@@ -5,0 +5,0 @@ function applyModifiers(variable, modifiers) {

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