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

adaptivejs

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptivejs - npm Package Compare versions

Comparing version 1.1.5 to 1.2.0

2

bower.json
{
"name": "adaptivejs",
"version": "1.1.5",
"version": "1.2.0",
"dependencies": {

@@ -5,0 +5,0 @@ "requirejs-plugins": "1.0.2"

{
"name": "adaptivejs",
"version": "1.1.5",
"version": "1.2.0",
"description": "A framework for creating adaptive websites.",

@@ -23,4 +23,4 @@ "author": {

"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-watch": "~0.2.x",
"grunt-mobify-cloud": "1.0.12",
"grunt-contrib-watch": "~0.6.x",
"grunt-mobify-cloud": "1.1.0",
"grunt-mocha-phantomjs": "~0.3.2",

@@ -27,0 +27,0 @@ "grunt-requirejs": "0.4.0",

@@ -43,6 +43,8 @@ adaptivejs

1. Bump version in package.json
2. Add to CHANGELOG
3. Create a new git tag corresponding to that version and push to origin.
4. `npm publish`
5. Update https://cloud.mobify.com/docs/adaptivejs/changelog/
1. Make sure all tests pass locally using `grunt test`.
2. Make sure all tests pass on saucelabs with `grunt test_saucelabs`.
3. Bump version in package.json
4. Add to CHANGELOG
5. Create a new git tag corresponding to that version and push to origin.
6. `npm publish`
7. Update https://cloud.mobify.com/docs/adaptivejs/changelog/

@@ -8,5 +8,6 @@ module.exports = function(grunt) {

options: {
projectSlug: packageJSON.name,
projectSlug: grunt.option('project-slug') || packageJSON.name,
message: grunt.option('m') || grunt.option('message') || now,
origin: grunt.option('origin') || 'https://cloud.mobify.com'
origin: grunt.option('origin') || 'https://cloud.mobify.com',
target: grunt.option('deploy-to-target') || ''
},

@@ -13,0 +14,0 @@ src: ['build/**']

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