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

@commercelayer/active-resource

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/active-resource - npm Package Compare versions

Comparing version 1.0.0-beta.8 to 1.0.0-beta.9

37

package.json

@@ -5,5 +5,5 @@ {

"description": "Persistable object relational mapping in Javascript",
"main": "dist/active-resource.min.js",
"main": "build/active-resource.min.js",
"author": "Nick Landgrebe",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"homepage": "https://github.com/nicklandgrebe/activeresource.js",

@@ -21,30 +21,29 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"bili": "^5.0.5",
"grunt": "1.x.x",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"bili": "^3.3.4",
"grunt": "0.x.x",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "2.0.x",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "3.0.x",
"grunt-contrib-jasmine": "^2.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "1.1.x",
"grunt-contrib-connect": "0.4.x",
"grunt-contrib-jasmine": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "0.5.x",
"grunt-exec": "^3.0.0",
"grunt-rollup": "^11.5.0",
"grunt-rollup": "^9.0.0",
"grunt-template-jasmine-requirejs": "^0.2.3",
"grunt-umd": "^3.0.0",
"jasmine-ajax": "^4.0.0",
"grunt-umd": "^2.4.0",
"jasmine-ajax": "^3.2.0",
"jasmine-jquery": "^2.1.1",
"jasmine-promises": "git+https://github.com/nicklandgrebe/jasmine-promises.git",
"jquery": "^3.6.0",
"jquery": "^2.0.0",
"moxios": "git+https://github.com/nicklandgrebe/moxios.git",
"rollup-plugin-babel": "^4.0.3",
"semantic-release": "^17.4.2"
"rollup-plugin-babel": "^4.0.3"
},
"scripts": {
"build:test": "grunt build && bili && grunt spec",
"build": "grunt build && bili"
"build": "grunt build"
}
}

Sorry, the diff of this file is too big to display

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