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 0.1.0 to 0.1.1

1

bower.json

@@ -7,4 +7,5 @@ {

"jquery": "2.1.0",
"text": "~2.0.10",
"zeptojs": "1.1.2"
}
}

2

package.json
{
"name": "adaptivejs",
"version": "0.1.0",
"version": "0.1.1",
"description": "A framework for creating adaptive websites.",

@@ -5,0 +5,0 @@ "author": {

@@ -1,2 +0,2 @@

define(function() {
define(['text!package'], function(package) {

@@ -11,3 +11,11 @@ /**

var match = /mobify-path=([^&;]*)/g.exec(doc.cookie);
var packageInfo;
try {
packageInfo = JSON.parse(package);
config.projectName = packageInfo.name;
} catch (e) {
console.error('Couldn\'t determine the project name. Be sure that is in defined in the package.json file.');
}
config.buildDirectory = '//localhost:8080/';

@@ -33,3 +41,4 @@

'getContext': getContext
}
};
});

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