New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

d8

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d8 - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

.catn8

7

d8.js

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

;!function( util ) {

@@ -6,2 +5,3 @@ "use strict";

/*~ d8/src/utils.js ~*/
// utility methods

@@ -23,2 +23,3 @@ function _indexOf( o, k ) { var i = o.indexOf( k ); return i == -1 ? null : i; }

/*~ d8/src/fns.js ~*/
// private methods

@@ -110,2 +111,3 @@ function _24hrTime( o, res ) { return ( o = Number( o ) ) < 12 && _lc( res.ampm ) == _lc( LOCALE.PM ) ? o += 12 : o; }

/*~ d8/src/format.js ~*/
function buildTemplate( o ) {

@@ -135,2 +137,3 @@ if ( cache_format[o] ) return cache_format[o];

/*~ d8/src/toDate.js ~*/
function buildParser( o ) {

@@ -226,2 +229,3 @@ if ( cache_parse[o] ) return cache_parse[o];

/*~ d8/src/vars.js ~*/
var LOCALE = Type.locale, U,

@@ -351,2 +355,3 @@ // DAY_OFFSETS is the amount of days from the current day to the Monday of the week it belongs to

/*~ d8/src/expose.js ~*/
// instance methods

@@ -353,0 +358,0 @@ util.defs( Type.prototype, {

12

package.json

@@ -9,10 +9,8 @@ {

"dependencies" : {
"m8" : ">= 0.1.0"
"m8" : ">= 0.2.7"
},
"devDependencies" : {
"Templ8" : ">= 0.3.0",
"catn8" : ">= 0.0.2",
"chai" : ">= 1.2.0",
"mkdirp" : ">= 0.3.0",
"mocha" : ">= 1.3.0",
"uglify-js" : ">= 1.2.5"
"mocha" : ">= 1.4.2"
},

@@ -27,3 +25,3 @@ "engines" : {

} ],
"main" : "./d8.js",
"main" : "./d8",
"name" : "d8",

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

},
"version" : "0.3.5"
"version" : "0.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