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

karma-json-fixtures-preprocessor

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-json-fixtures-preprocessor - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

LICENSE

6

camelize.js

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2014, Yahoo Inc. All rights reserved.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
/**

@@ -2,0 +8,0 @@ * Transform a string to camelCase

@@ -0,3 +1,9 @@

/*
* Copyright (c) 2014, Yahoo Inc. All rights reserved.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
module.exports = {
'preprocessor:json_fixtures': ['factory', require('./json_fixtures')]
};

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2014, Yahoo Inc. All rights reserved.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
var camelize = require('./camelize');

@@ -2,0 +8,0 @@

10

package.json
{
"name": "karma-json-fixtures-preprocessor",
"version": "0.0.5",
"version": "0.0.6",
"description": "A Karma plugin to compile JSON files and make them accessible from Javascript code",

@@ -24,3 +24,3 @@ "main": "index.js",

"author": "Dmitrii Abramov",
"license": "ISC",
"license": "BSD-3-Clause",
"bugs": {

@@ -33,9 +33,9 @@ "url": "https://github.com/dmitriiabramov/karma-json-fixtures-preprocessor/issues"

"chai": "^3.2.0",
"karma": "^0.12.36",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.3",
"mocha": "^2.3.0",
"phantomjs": "^1.9.17"
"phantomjs": "^1.9.19"
}
}
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