New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coercion

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coercion - npm Package Compare versions

Comparing version 0.6.0 to 1.0.0

.drone.yml

9

index.js

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

var middlewares, parsers;
const parsers = require('./lib/parsers')
const middlewares = require('./lib/middlewares')
parsers = require('./lib/parsers');
middlewares = require('./lib/middlewares');
module.exports = {

@@ -18,2 +15,2 @@ sort: parsers.sort,

middlewares: middlewares
};
}
{
"name": "coercion",
"version": "0.6.0",
"version": "1.0.0",
"description": "Helper module to parse/cast/coerce strings.",
"main": "./index.coffee",
"main": "./index.js",
"directories": {

@@ -16,9 +16,10 @@ "test": "./test",

"devDependencies": {
"chai": "^1.9.1",
"coffee-script": "^1.7.1",
"chai": "^1.9.1",
"grunt-mocha-test": "^0.10.2",
"grunt": "^0.4.4",
"mocha": "^1.18.2",
"grunt-cli": "^1.3.2",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-coffee": "^0.10.1"
"grunt-mocha-test": "^0.10.2",
"mocha": "^1.18.2"
},

@@ -46,3 +47,17 @@ "repository": {

},
"homepage": "https://github.com/marcbachmann/coercion"
"homepage": "https://github.com/marcbachmann/coercion",
"release": {
"extends": "@livingdocs/semantic-release-presets/npm-github"
},
"ci": {
"isCi": true,
"name": "Drone",
"service": "drone",
"commit": "507f15507610debd41e1c5429767101eb6df70ed",
"build": "5",
"branch": "master",
"isPr": false,
"slug": "marcbachmann/coercion",
"date": "2019-04-02T14:30:53.154Z"
}
}

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

chai = require('chai');
chai.should();
expect = chai.expect;
global.chai = require('chai')
global.chai.should()
global.expect = global.chai.expect

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