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

trolly

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trolly - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

0

__tests__/another_test.js

@@ -0,0 +0,0 @@ import trolly from '../src';

@@ -0,0 +0,0 @@ import trolly from '../src';

@@ -0,0 +0,0 @@ var path = require('path');

4

package.json
{
"name": "trolly",
"version": "0.0.2",
"description": "Isomorphic boilerplate for a library written in ES2015 for Node and the browser.",
"version": "0.0.3",
"description": "Isomorphic boilerplate for creating libraries. Using Babel 6.x, Webpack, Karma and ESLint",
"main": "./dist/trolly.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -0,0 +0,0 @@ # A isomorphic boilerplate written in ES2015 for Node and the browser.

@@ -0,0 +0,0 @@ import environment from './environment';

@@ -0,0 +0,0 @@ import environment from './environment';

@@ -1,5 +0,5 @@

var path = require('path');
var pkg = require('./package.json');
var webpack = require('webpack');
var PROD = JSON.parse(process.env.PROD_DEV || '0');
const path = require('path');
const pkg = require('./package.json');
const webpack = require('webpack');
const PROD = JSON.parse(process.env.PROD_DEV || '0');

@@ -9,3 +9,3 @@ /**

*/
var plugins = [
const plugins = [
new webpack.optimize.DedupePlugin(),

@@ -12,0 +12,0 @@ new webpack.optimize.OccurenceOrderPlugin(),

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