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

cycle-grid-driver

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycle-grid-driver - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.babelrc

18

package.json
{
"name": "cycle-grid-driver",
"version": "0.0.2",
"version": "0.0.3",
"description": "cycle.js grid driver",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --compilers js:babel-register",
"build": "babel src -d dist"
},

@@ -18,3 +19,12 @@ "author": "Domagoj Kriskovic",

},
"homepage": "https://github.com/domagojk/cycle-grid-driver#readme"
"homepage": "https://github.com/domagojk/cycle-grid-driver#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.13.0",
"babel-register": "^6.11.6"
},
"dependencies": {
"xstream": "^5.3.6"
}
}
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