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

js-data-adapter

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-data-adapter - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

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

##### 0.1.1 - 06 March 2016
Fixed a comment. Upgraded js-data-repo-tools.
##### 0.1.0 - 06 March 2016
Initial release

@@ -824,2 +824,4 @@ (function (global, factory) {

* @method
* @param {string} level Log level.
* @param {...*} values Values to log.
*/

@@ -826,0 +828,0 @@ log: function log(level) {

5

package.json
{
"name": "js-data-adapter",
"description": "Base adapter class that all other js-data adapters extend.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/js-data/js-data-adapter",

@@ -35,4 +35,3 @@ "repository": {

"babel-preset-es2015-rollup": "1.1.1",
"estraverse-fb": "1.3.1",
"js-data-repo-tools": "0.1.0",
"js-data-repo-tools": "0.2.0",
"rollup": "0.25.4",

@@ -39,0 +38,0 @@ "rollup-plugin-babel": "2.4.0",

@@ -773,2 +773,4 @@ import {utils} from 'js-data'

* @method
* @param {string} level Log level.
* @param {...*} values Values to log.
*/

@@ -775,0 +777,0 @@ log (level, ...args) {

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