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

shared-preferences-builder

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shared-preferences-builder - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

lib/index.js

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

import builder from 'xmlbuilder'
import _ from 'lodash'
import fs from 'fs'
let builder = require('xmlbuilder')
let _ = require('lodash')
let fs = require('fs')

@@ -99,3 +99,2 @@ const TYPES = {

export { TYPES, SharedPrefsBuilder }
export default SharedPrefsBuilder
module.exports = { TYPES, SharedPrefsBuilder }
{
"name": "shared-preferences-builder",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {
"pretest": "standard",
"test": "./node_modules/mocha/bin/mocha tests/test.js --compilers js:babel-core/register -t 15s",
"build": "./node_modules/babel-cli/bin/babel.js lib -d dist",
"prepublish": "npm run build"
"test": "./node_modules/mocha/bin/mocha tests/test.js -t 15s",
"prepublish": "npm test"
},

@@ -25,7 +24,2 @@ "keywords": [

"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",

@@ -32,0 +26,0 @@ "mocha": "^3.4.2",

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

import { TYPES, SharedPrefsBuilder } from '../lib/'
import chai from 'chai'
import fs from 'fs'
import path from 'path'
let lib = require('../lib/')
const TYPES = lib.TYPES
let SharedPrefsBuilder = lib.SharedPrefsBuilder
let chai = require('chai')
let fs = require('fs')
let path = require('path')

@@ -6,0 +8,0 @@ chai.should()

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