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

reducify

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

reducify - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.babelrc

15

package.json
{
"name": "reducify",
"version": "1.0.2",
"version": "1.0.3",
"description": "Make reducers with less effort.",
"main": "lib/reducify.js",
"scripts": {
"test": "./node_modules/.bin/cross-env BABEL_ENV=commonjs ./node_modules/.bin/mocha --compilers js:babel-register --recursive",
"compile": "./node_modules/.bin/babel --source-maps inline --optional runtime -d lib/ src/",
"test": "./node_modules/.bin/cross-env BABEL_ENV=compile ./node_modules/.bin/mocha --compilers js:babel-register --recursive",
"compile": "BABEL_ENV=compile ./node_modules/.bin/babel --source-maps inline --optional runtime -d lib/ src/",
"prepublish": "npm run compile",
"ghpage": "lessc ghpage/style.less ghpage.css && pug ./ghpage/index.pug --out ./"
},
"babel": {
"presets": [
"es2015",
"stage-0",
"stage-1",
"stage-2"
]
},
"nyc": {

@@ -61,2 +53,3 @@ "exclude": [

"eslint-plugin-import": "^1.8.1",
"git-hooks": "^1.1.0",
"jsdom": "^6.3.0",

@@ -63,0 +56,0 @@ "jstransformer-marked": "^1.0.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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