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

console-like-string-format

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-like-string-format - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/console-like-string-format.js

16

package.json
{
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^4.0.2",
"mocha": "^3.4.2"
"mocha": "^3.4.2",
"webpack": "^2.6.1"
},
"name": "console-like-string-format",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",

@@ -18,7 +13,4 @@ "directories": {

},
"devDependencies": {
"mocha": "^3.4.2"
},
"scripts": {
"test": "mocha"
"test": "./node_modules/mocha/bin/mocha --require babel-register"
},

@@ -25,0 +17,0 @@ "author": "",

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

import format from '../lib/console-like-format'
// import format from '../lib/console-like-format'
const format = require('../dist/console-like-string-format')
// import format from '../lib/console-like-format'
const {expect} = require('chai')

@@ -3,0 +5,0 @@

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